mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-09-19 23:03:53 +00:00
Initial functioning work to get IPC working via UNIX sockets since ractors are still not a viable option :sad:
This commit is contained in:
@@ -51,7 +51,7 @@ module W3DHubLauncher
|
||||
|
||||
Worker::Api.update_settings({}) do |result|
|
||||
if result.okay?
|
||||
page(Page::Boot::StartUp)
|
||||
on_main_thread(proc { page(Page::Boot::StartUp) })
|
||||
else
|
||||
btn.enabled = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user