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 1cd1d07 commit d3ec2ffCopy full SHA for d3ec2ff
1 file changed
src/Application.vala
@@ -121,8 +121,8 @@ public class Sequeler.Application : Gtk.Application {
121
unowned string desktop_environment = Environment.get_variable ("XDG_CURRENT_DESKTOP");
122
if (desktop_environment != "Pantheon") {
123
// Force elementary stylesheet to prevent broken UI on other DEs
124
- gtk_settings.set_property ("gtk-theme-name", "elementary");
125
- gtk_settings.set_property ("gtk-icon-theme-name", "elementary");
+ gtk_settings.gtk_theme_name = "elementary";
+ gtk_settings.gtk_icon_theme_name = "elementary";
126
}
127
128
0 commit comments