mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-15 21:32:35 +00:00
13 lines
203 B
Ruby
13 lines
203 B
Ruby
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 |