mirror of
https://github.com/dergigi/boris.git
synced 2026-01-11 02:44:42 +01:00
feat(tts): add ttsDefaultSpeed to UserSettings
This commit is contained in:
@@ -65,6 +65,8 @@ export interface UserSettings {
|
||||
autoMarkAsReadOnCompletion?: boolean // default: false (opt-in)
|
||||
// Bookmark filtering
|
||||
hideBookmarksWithoutCreationDate?: boolean // default: false
|
||||
// Text-to-Speech settings
|
||||
ttsDefaultSpeed?: number // default: 2.1
|
||||
}
|
||||
|
||||
export async function loadSettings(
|
||||
|
||||
Reference in New Issue
Block a user