- Repair Cinnamon workaround

- fixes #331
This commit is contained in:
trigg 2024-04-25 00:23:25 +01:00
parent a4cdab469c
commit a466a7be5b

View file

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