mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-03-21 19:56:14 +00:00
Show launcher version in title bar
This commit is contained in:
@@ -2,7 +2,7 @@ class W3DHub
|
||||
class Window < CyberarmEngine::Window
|
||||
def setup
|
||||
self.show_stats_plotter = false
|
||||
self.caption = I18n.t(:app_name)
|
||||
self.caption = "#{I18n.t(:app_name)} v#{VERSION}"
|
||||
|
||||
Store[:server_list] = []
|
||||
Store[:settings] = Settings.new
|
||||
|
||||
Reference in New Issue
Block a user