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:
@@ -5,7 +5,7 @@ class W3DHub
|
||||
|
||||
def setup
|
||||
@download_package_info ||= {}
|
||||
@task = window.application_manager.current_task
|
||||
@task = Store.application_manager.current_task
|
||||
|
||||
return unless @task
|
||||
|
||||
|
||||
Reference in New Issue
Block a user