Merge pull request #744 from stonerl/hide-comments

Allow hiding comments
This commit is contained in:
Arkadiusz Fal
2024-08-24 12:13:44 +02:00
committed by GitHub
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