We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa929f commit bdae802Copy full SHA for bdae802
src/application.rs
@@ -64,10 +64,11 @@ mod imp {
64
window.upcast()
65
};
66
67
- let theme =gtk::IconTheme::for_display(&window.clone().upcast::<gtk::Widget>().display());
+ /*let theme =
68
+ gtk::IconTheme::for_display(&window.clone().upcast::<gtk::Widget>().display());
69
let mut v = theme.icon_names();
70
v.sort();
- dbg!(v);
71
+ dbg!(v);*/
72
73
// Ask the window manager/compositor to present the window
74
window.present();
0 commit comments