mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
add option to expand vertical chapters by default
This commit is contained in:
@@ -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: [])
|
||||
}
|
||||
|
Reference in New Issue
Block a user