Fixed a couple issues with per-server caching

This commit is contained in:
Sumner Evans
2019-10-29 08:46:01 -06:00
parent 8ac269899b
commit effc71c7ce
4 changed files with 32 additions and 9 deletions

View File

@@ -561,7 +561,7 @@ class SublimeMusicApp(Gtk.Application):
self.loading_state = False
# Update the window according to the new server configuration.
self.update_window(force=True)
self.update_window()
def on_stack_change(self, stack, child):
self.state.current_tab = stack.get_visible_child_name()