Use a deterministic hash

This commit is contained in:
Sumner Evans
2020-04-23 10:44:55 -06:00
parent a36aac26e9
commit d28c389bb2
5 changed files with 87 additions and 32 deletions

View File

@@ -134,6 +134,9 @@ class SublimeMusicApp(Gtk.Application):
self.window.show_all()
self.window.present()
# Load the state for the server, if it exists.
self.app_config.load_state()
# If there is no current server, show the dialog to select a server.
if self.app_config.server is None:
self.show_configure_servers_dialog()