mirror of
https://github.com/dergigi/boris.git
synced 2026-02-19 22:14:51 +01:00
feat(settings): enable 'Hide bookmarks missing a creation date' by default
This commit is contained in:
@@ -41,7 +41,7 @@ const DEFAULT_SETTINGS: UserSettings = {
|
||||
paragraphAlignment: 'justify',
|
||||
syncReadingPosition: true,
|
||||
autoMarkAsReadOnCompletion: false,
|
||||
hideBookmarksWithoutCreationDate: false,
|
||||
hideBookmarksWithoutCreationDate: true,
|
||||
}
|
||||
|
||||
interface SettingsProps {
|
||||
|
||||
Reference in New Issue
Block a user