diff --git a/discover_overlay/glade/settings.glade b/discover_overlay/glade/settings.glade index 91913c6..735ada1 100644 --- a/discover_overlay/glade/settings.glade +++ b/discover_overlay/glade/settings.glade @@ -349,7 +349,7 @@ Anchor To Edge - voice_anchor_to_edge + voice_anchor_to_edge_button True True False @@ -365,7 +365,7 @@ Floating - voice_floating + voice_floating_button True True False diff --git a/discover_overlay/settings_window.py b/discover_overlay/settings_window.py index 800e5c2..b7a7d81 100644 --- a/discover_overlay/settings_window.py +++ b/discover_overlay/settings_window.py @@ -267,9 +267,9 @@ class MainSettingsWindow(): "main", "floating_h", fallback=400) if config.getboolean("main", "floating", fallback=False): - self.widget['voice_floating'].set_active(True) + self.widget['voice_floating_button'].set_active(True) else: - self.widget['voice_anchor_to_edge'].set_active(True) + self.widget['voice_anchor_to_edge_button'].set_active(True) self.widget['voice_align_1'].set_active( config.getboolean("main", "rightalign", fallback=False)) self.widget['voice_align_2'].set_active(