Allow hiding comments

This commit is contained in:
Toni Förster
2024-08-20 20:38:18 +02:00
parent af75afa912
commit f5e509c091
5 changed files with 22 additions and 5 deletions

View File

@@ -85,6 +85,7 @@ extension Defaults.Keys {
static let playerSidebar = Key<PlayerSidebarSetting>("playerSidebar", default: .defaultValue)
static let showKeywords = Key<Bool>("showKeywords", default: false)
static let showComments = Key<Bool>("showComments", default: true)
#if !os(tvOS)
static let showScrollToTopInComments = Key<Bool>("showScrollToTopInComments", default: true)
#endif