mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Removed window as central storage, added Store class to be central memory store
This commit is contained in:
@@ -15,7 +15,7 @@ class W3DHub
|
||||
|
||||
@main_thread_queue = []
|
||||
|
||||
window.application_manager.auto_import
|
||||
Store.application_manager.auto_import
|
||||
|
||||
theme(W3DHub::THEME)
|
||||
|
||||
@@ -118,7 +118,7 @@ class W3DHub
|
||||
end
|
||||
end
|
||||
|
||||
if window.account
|
||||
if Store.account
|
||||
page(W3DHub::Pages::Login)
|
||||
else
|
||||
page(W3DHub::Pages::Games)
|
||||
|
||||
Reference in New Issue
Block a user