Server Browser is now properly updated like the offical launcher- just a bit more flashy due to taking 100+ ms to regenerate ui elements

This commit is contained in:
2021-12-30 18:56:56 -06:00
parent 1214c35fb5
commit 1b91191d90
4 changed files with 46 additions and 36 deletions

View File

@@ -78,5 +78,5 @@ require_relative "lib/pages/download_manager"
Async do
W3DHub::Window.new(width: 980, height: 720, borderless: false).show
raise Async::Stop # ensure reactor is shutdown when window is closed
exit # ensure reactor is shutdown when window is closed
end