mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Fixed game ordering, added ApplicationManager class that'll manage installing/repairing/removing games
This commit is contained in:
@@ -22,7 +22,7 @@ class W3DHub
|
||||
|
||||
flow(width: 1.0, height: 0.05, padding_left: 16, padding_right: 16, padding_bottom: 8, padding_top: 8) do
|
||||
@status_label = caption "Starting #{NAME}...", width: 0.5
|
||||
inscription "W3D Hub Launcher 0.14.0.0", width: 0.5, text_align: :right
|
||||
inscription "W3D Hub Launcher #{W3DHub::VERSION}", width: 0.5, text_align: :right
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -110,7 +110,7 @@ class W3DHub
|
||||
page(W3DHub::Pages::DownloadManager)
|
||||
end
|
||||
|
||||
inscription "Version 0.14.0.0", margin_left: 16
|
||||
inscription "Version #{W3DHub::VERSION}", margin_left: 16
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user