Added theme colour section to settings

This commit is contained in:
breadone
2024-06-24 13:05:27 +12:00
parent 7abd5e3ba4
commit 71806c9ca4
3 changed files with 33 additions and 16 deletions

View File

@@ -11,8 +11,11 @@ public struct Preferences {
static let teleSeparator = "teleSeparator"
static let teleDefaultSize = "teleDefaultSize"
static let teleAutoScroll = "teleAutoScroll"
static let teleAutoScrollSpeed = "teleAutoScrollSpeed"
static let watchConnectivity = "watchConnectivity"
static let cueDefaultSize = "cueDefaultSize"
static let themeColour = "themeColour"
}