- Fix #336
This commit is contained in:
parent
1e74b118b6
commit
bbd1a08d54
1 changed files with 3 additions and 0 deletions
|
|
@ -972,6 +972,9 @@ class MainSettingsWindow():
|
||||||
|
|
||||||
def update_floating_ahchor(self):
|
def update_floating_ahchor(self):
|
||||||
floating = self.widget['voice_anchor_float'].get_active() == 0
|
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:
|
if floating:
|
||||||
self.widget['voice_align_1'].hide()
|
self.widget['voice_align_1'].hide()
|
||||||
self.widget['voice_align_2'].hide()
|
self.widget['voice_align_2'].hide()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue