From b8339b8d733e9a361b892552749b03663f6225fd Mon Sep 17 00:00:00 2001 From: auouymous Date: Thu, 9 Nov 2023 23:50:13 -0700 Subject: [PATCH] Fix toolbar View menu item always being checked at start. Introduced by #1293, after the 3.11.4 release. --- src/gpodder/gtkui/main.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gpodder/gtkui/main.py b/src/gpodder/gtkui/main.py index 4fdcd57e..1a9d86ad 100644 --- a/src/gpodder/gtkui/main.py +++ b/src/gpodder/gtkui/main.py @@ -427,11 +427,6 @@ class gPodder(BuilderWidget, dbus.service.Object): self.bluetooth_episodes_action.set_enabled(self.bluetooth_available) - action = Gio.SimpleAction.new_stateful( - 'showToolbar', None, GLib.Variant.new_boolean(self.config.show_toolbar)) - action.connect('activate', self.on_itemShowToolbar_activate) - g.add_action(action) - def inject_extensions_menu(self): """ Update Extras/Extensions menu.