Moved theme into its own file, added message dialog state to show error messages, game install button is disabled when clicked and if there is an installer task pending or running

This commit is contained in:
2021-11-18 15:51:04 -06:00
parent ea1a7e8b13
commit 2ce616ffbe
11 changed files with 166 additions and 68 deletions

View File

@@ -19,6 +19,9 @@ class W3DHub
@host.main_thread_queue
end
def update_application_manager_status
end
def options=(options)
@options = options
end