mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Websocket based server list updater now works, gui needs a bit of work to not flash when refreshing list
This commit is contained in:
@@ -165,8 +165,6 @@ class W3DHub
|
||||
end
|
||||
|
||||
def page(klass, options = {})
|
||||
# @menu_bar.clear
|
||||
# @status_bar.clear
|
||||
body.clear
|
||||
|
||||
@page.blur if @page
|
||||
@@ -179,6 +177,12 @@ class W3DHub
|
||||
@page.focus
|
||||
end
|
||||
|
||||
def update_server_browser(server)
|
||||
return unless @page.is_a?(Pages::ServerBrowser)
|
||||
|
||||
@page.refresh_server_list(server)
|
||||
end
|
||||
|
||||
def show_application_taskbar
|
||||
@application_taskbar_container.show
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user