diff --git a/src/Widgets/Window.vala b/src/Widgets/Window.vala index 469a756..b5d59a4 100644 --- a/src/Widgets/Window.vala +++ b/src/Widgets/Window.vala @@ -113,11 +113,11 @@ public class Tuner.Window : Gtk.ApplicationWindow { player.volume = value; }); - adjust_theme(); + // adjust_theme(); // FIXME Theme management needs refactoring. adjust-theme calls are removed in a flathub settings.changed.connect( (key) => { if (key == "theme-mode") { warning("theme-mode changed"); - adjust_theme(); + // adjust_theme(); // FIXME ...patch so commenting them out now so patch can be removed. } });