Added timers for the cue card view (can be controlled)

minor other adjustments
This commit is contained in:
breadone
2024-06-26 00:24:16 +12:00
parent d4b1226ef3
commit 1f23a55b51
6 changed files with 87 additions and 18 deletions

View File

@@ -18,4 +18,6 @@ public struct Preferences {
static let cueDefaultSize = "cueDefaultSize"
static let themeColour = "themeColour"
static let showTimers = "showTimers"
}