Fixed boot saving in a thread causing png based icons to be blank, improvements to server browser to show same team and score data as android app, fixed settings page not using a find height for containers causing them to not position properly on initial gui regeneration, task fail fast now checks for write access to target path, fail fast now raises an exception to prevent incorrect fail fast check from being reported.

This commit is contained in:
2022-02-21 09:29:40 -06:00
parent 9be118b1ad
commit 8ba577d5fd
8 changed files with 72 additions and 49 deletions

View File

@@ -71,7 +71,7 @@ class W3DHub
def deliver(result)
if @deliver_to_queue
$window.main_thread_queue << -> { @callback.call(result) }
Store.main_thread_queue << -> { @callback.call(result) }
else
@callback.call(result)
end