mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Redesigning TCT
This commit is contained in:
13
lib/pages/presets.rb
Normal file
13
lib/pages/presets.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
module TAC
|
||||
class Pages
|
||||
class Presets < Page
|
||||
def setup
|
||||
header_bar("Manage Presets")
|
||||
|
||||
body.clear do
|
||||
label "Not Yet Implemented"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user