Fixed win32 version of captured_command erroring on exit status, fixed auto import overwriting application details when the stored version is newer then the registry, added unused registry writer for updating application version- requires UAC, fixed ServerBrowser#find_element_by_tag erroring sometimes, added application manager to sleeper party.

This commit is contained in:
2022-10-30 21:47:06 -05:00
parent deaa6ee9d9
commit 388c3a2606
4 changed files with 44 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ class W3DHub
end
# Manually sleep main thread so that the BackgroundWorker thread can be scheduled
sleep(update_interval / 1000.0) if W3DHub::BackgroundWorker.busy?
sleep(update_interval / 1000.0) if W3DHub::BackgroundWorker.busy? || Store.application_manager.busy?
end
def gain_focus