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))