mirror of
https://github.com/dergigi/boris.git
synced 2026-01-31 04:34:39 +01:00
feat: enable media display options by default
- Set fullWidthImages default to true - Set renderVideoLinksAsEmbeds default to true - Users now get enhanced media experience out of the box - Can still be disabled in settings if preferred
This commit is contained in:
@@ -40,8 +40,8 @@ const DEFAULT_SETTINGS: UserSettings = {
|
||||
useLocalRelayAsCache: true,
|
||||
rebroadcastToAllRelays: false,
|
||||
paragraphAlignment: 'justify',
|
||||
fullWidthImages: false,
|
||||
renderVideoLinksAsEmbeds: false,
|
||||
fullWidthImages: true,
|
||||
renderVideoLinksAsEmbeds: true,
|
||||
syncReadingPosition: true,
|
||||
autoMarkAsReadOnCompletion: false,
|
||||
hideBookmarksWithoutCreationDate: true,
|
||||
|
||||
Reference in New Issue
Block a user