feat(tts): add ttsDefaultSpeed to UserSettings

This commit is contained in:
Gigi
2025-10-20 22:04:55 +02:00
parent 81aa414d2e
commit eb75e7722d

View File

@@ -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(