mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 13:52:34 +00:00
Updated practice clock to use a zero exclusive display (matches offical clock better), tweaked sound timings a bit to match, disabled color changing on clock to match offical clock, misc. tweaks.
This commit is contained in:
@@ -16,7 +16,7 @@ module TAC
|
||||
|
||||
button "Open Folder", tip: "Open folder containing configurations", height: 1.0 do
|
||||
if RUBY_PLATFORM =~ /mingw/
|
||||
system("start \"#{TAC::CONFIGS_PATH}\"")
|
||||
system("explorer \"#{TAC::CONFIGS_PATH.gsub("/", "\\")}\"")
|
||||
elsif RUBY_PLATFORM =~ /darwin/
|
||||
system("open \"#{TAC::CONFIGS_PATH}\"")
|
||||
else
|
||||
|
||||
@@ -9,11 +9,12 @@ module TAC
|
||||
@roster ||= [
|
||||
"Aubrey",
|
||||
"Cayden",
|
||||
"Connor",
|
||||
"Ben",
|
||||
"Dan",
|
||||
"Gabe",
|
||||
"Spencer",
|
||||
"Sodi",
|
||||
"Trent"
|
||||
"Sodi"
|
||||
]
|
||||
|
||||
@roles ||= [
|
||||
|
||||
Reference in New Issue
Block a user