Removed window as central storage, added Store class to be central memory store

This commit is contained in:
2021-11-22 20:38:24 -06:00
parent 3a269cbaae
commit a4dd375511
13 changed files with 109 additions and 85 deletions

View File

@@ -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