mirror of
https://github.com/dergigi/boris.git
synced 2026-01-18 14:24:41 +01:00
feat: enable reading position sync by default
- Changed syncReadingPosition default from false to true in Settings.tsx - Users can still disable it in settings if they prefer - This ensures reading progress tracking works out of the box
This commit is contained in:
@@ -39,7 +39,7 @@ const DEFAULT_SETTINGS: UserSettings = {
|
||||
useLocalRelayAsCache: true,
|
||||
rebroadcastToAllRelays: false,
|
||||
paragraphAlignment: 'justify',
|
||||
syncReadingPosition: false,
|
||||
syncReadingPosition: true,
|
||||
}
|
||||
|
||||
interface SettingsProps {
|
||||
|
||||
Reference in New Issue
Block a user