mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 13:52:34 +00:00
Config is now saved and synced when updated
This commit is contained in:
14
lib/dialogs/alert_dialog.rb
Normal file
14
lib/dialogs/alert_dialog.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
module TAC
|
||||
class Dialog
|
||||
class AlertDialog < Dialog
|
||||
def build
|
||||
background Gosu::Color::GRAY
|
||||
label @options[:message], text_size: 18
|
||||
|
||||
button "Close", width: 1.0, text_size: 18 do
|
||||
close
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user