Server list is now pre-fetched during 'bootup'

This commit is contained in:
2021-11-22 20:48:46 -06:00
parent a4dd375511
commit 66e8c04fc7
3 changed files with 28 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ class W3DHub
def setup
self.caption = I18n.t(:app_name)
Store[:server_list] = []
Store[:settings] = Settings.new
Store[:application_manager] = ApplicationManager.new