add option to expand vertical chapters by default

This commit is contained in:
Toni Förster
2023-12-04 01:04:39 +01:00
parent d65224320e
commit 600b8d198b
3 changed files with 11 additions and 0 deletions

View File

@@ -265,6 +265,7 @@ extension Defaults.Keys {
static let hideWatched = Key<Bool>("hideWatched", default: false)
static let showInspector = Key<ShowInspectorSetting>("showInspector", default: .onlyLocal)
static let showChapters = Key<Bool>("showChapters", default: true)
static let expandChapters = Key<Bool>("expandChapters", default: true)
static let showRelated = Key<Bool>("showRelated", default: true)
static let widgetsSettings = Key<[WidgetSettings]>("widgetsSettings", default: [])
}