mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Fixed always repainting due to Boot state not popping
This commit is contained in:
@@ -56,7 +56,10 @@ class W3DHub
|
||||
|
||||
load_offline_applications_list if @offline_mode
|
||||
|
||||
push_state(States::Interface) if @offline_mode || (@progressbar.value >= 1.0 && @task_index == @tasks.size)
|
||||
if @offline_mode || (@progressbar.value >= 1.0 && @task_index == @tasks.size)
|
||||
pop_state
|
||||
push_state(States::Interface)
|
||||
end
|
||||
|
||||
return if @offline_mode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user