mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
Fix settings menu
This commit is contained in:
parent
1fecdc89af
commit
775b19fe25
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class Application(Gtk.Application):
|
|||
self.win.present()
|
||||
|
||||
def refresh_menu(self):
|
||||
if is_gnome():
|
||||
if not is_gnome():
|
||||
is_enabled = self.settings_action.get_enabled()
|
||||
self.settings_action.set_enabled(not is_enabled)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue