mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-09-19 14:53:49 +00:00
Improved start up page and fixed applications select reporting account stuff instead of app stuff
This commit is contained in:
@@ -194,8 +194,7 @@ module W3DHubLauncher
|
|||||||
MemCache[:applications] = applications
|
MemCache[:applications] = applications
|
||||||
|
|
||||||
@initialization_container.append do
|
@initialization_container.append do
|
||||||
caption "Refresh session <c=0f0>OK</c>", margin_left: LARGE_PADDING
|
caption "Received #{MemCache[:applications].select(&:game?).size} applications <c=0f0>OK</c>", margin_left: LARGE_PADDING
|
||||||
caption "Profile data <c=0f0>OK</c>", margin_left: LARGE_PADDING
|
|
||||||
end
|
end
|
||||||
|
|
||||||
next_step
|
next_step
|
||||||
@@ -210,11 +209,12 @@ module W3DHubLauncher
|
|||||||
def step_battlefield_control_established
|
def step_battlefield_control_established
|
||||||
@initialization_acceptable = true
|
@initialization_acceptable = true
|
||||||
|
|
||||||
after(200) do
|
@initialization_container.append do
|
||||||
parent.page_host.clear do
|
stack(fill: true)
|
||||||
banner "Battlefield control established".upcase, width: 1.0, height: 1.0, text_v_align: :center, text_align: :center
|
caption "All required systems operational", color: 0xff_00ff00, width: 1.0, text_v_align: :center, text_align: :center
|
||||||
end
|
banner "Battlefield control established".upcase, width: 1.0, text_v_align: :center, text_align: :center
|
||||||
end
|
end
|
||||||
|
@progress_bar.hide
|
||||||
|
|
||||||
after(800) do
|
after(800) do
|
||||||
next_step
|
next_step
|
||||||
|
|||||||
Reference in New Issue
Block a user