This commit is contained in:
trigg 2024-06-10 22:32:48 +01:00
parent 1e74b118b6
commit bbd1a08d54

View file

@ -972,6 +972,9 @@ class MainSettingsWindow():
def update_floating_ahchor(self):
floating = self.widget['voice_anchor_float'].get_active() == 0
if 'XDG_SESSION_DESKTOP' in os.environ and os.environ['XDG_SESSION_DESKTOP'] == 'cinnamon':
floating = True
if floating:
self.widget['voice_align_1'].hide()
self.widget['voice_align_2'].hide()