mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-05-06 09:28:18 +00:00
Moved THEME into its own file, added safe_get_image to prevent crash if image is not present, stubbed worker and some other bits for later.
This commit is contained in:
13
lib/dialogs/about.rb
Normal file
13
lib/dialogs/about.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
module W3DHubLauncher
|
||||
module Dialogs
|
||||
class About < CyberarmEngine::GuiState # Dialog
|
||||
def setup
|
||||
# application name and version
|
||||
# authorship
|
||||
# special thanks
|
||||
# used gems and libraries
|
||||
# useful links
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user