mirror of
https://github.com/dergigi/boris.git
synced 2026-02-23 07:54:59 +01:00
feat(settings): set defaults for TTS language flags (system=false, content=true)
This commit is contained in:
@@ -46,6 +46,8 @@ const DEFAULT_SETTINGS: UserSettings = {
|
||||
syncReadingPosition: true,
|
||||
autoMarkAsReadOnCompletion: false,
|
||||
hideBookmarksWithoutCreationDate: true,
|
||||
ttsUseSystemLanguage: false,
|
||||
ttsDetectContentLanguage: true,
|
||||
ttsDefaultSpeed: 2.1,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user