UX improvements to monoscreen game clock (buttons are dynamically enabled/disabled depending if the clock is running or not), stubbed centerstage field (empty atm), fixed error when disconnecting from clocknet

This commit is contained in:
2023-11-13 11:21:51 -06:00
parent 1145ac646d
commit d94490110e
5 changed files with 77 additions and 14 deletions

View File

@@ -129,7 +129,7 @@ module TAC
end
return message.strip
return message.to_s.strip
end
def puts(message)