mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Merge pull request #744 from stonerl/hide-comments
Allow hiding comments
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user