From a466a7be5b679e53fd27be3d5de7a5984dcded8c Mon Sep 17 00:00:00 2001 From: trigg Date: Thu, 25 Apr 2024 00:23:25 +0100 Subject: [PATCH] - Repair Cinnamon workaround - fixes #331 --- discover_overlay/settings_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discover_overlay/settings_window.py b/discover_overlay/settings_window.py index 9dd292a..0dacc85 100644 --- a/discover_overlay/settings_window.py +++ b/discover_overlay/settings_window.py @@ -710,7 +710,7 @@ class MainSettingsWindow(): self.widget['core_settings_min'].set_sensitive(self.show_sys_tray_icon) if 'XDG_SESSION_DESKTOP' in os.environ and os.environ['XDG_SESSION_DESKTOP'] == 'cinnamon': - self.widget['voice_anchor_to_edge_button'].set_sensitive(False) + self.widget['voice_anchor_float'].set_sensitive(False) self.widget['core_audio_assist'].set_active( config.getboolean("general", "audio_assist", fallback=False))