don't enable back-to-current-album on reconnect

This commit is contained in:
Martin Wagner 2022-09-03 11:18:16 +02:00
parent 279107d2a6
commit 806b599db2
1 changed files with 1 additions and 1 deletions

View File

@ -3778,7 +3778,7 @@ class MainWindow(Gtk.ApplicationWindow):
self.get_application().withdraw_notification("title-change")
def _on_reconnected(self, *args):
for action in ("stats","toggle-lyrics","back-to-current-album","toggle-search"):
for action in ("stats","toggle-lyrics","toggle-search"):
self.lookup_action(action).set_enabled(True)
self._search_button.set_sensitive(True)