Add option to show/hide history of videos in player queue view

This commit is contained in:
Arkadiusz Fal
2022-01-02 20:36:18 +01:00
parent 9ede4b9b1f
commit 117057dd0e
4 changed files with 17 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ extension Defaults.Keys {
#endif
static let channelOnThumbnail = Key<Bool>("channelOnThumbnail", default: true)
static let timeOnThumbnail = Key<Bool>("timeOnThumbnail", default: true)
static let showHistoryInPlayer = Key<Bool>("showHistoryInPlayer", default: false)
static let quality = Key<ResolutionSetting>("quality", default: .best)
static let playerSidebar = Key<PlayerSidebarSetting>("playerSidebar", default: PlayerSidebarSetting.defaultValue)