Compare commits

...

1 Commits

Author SHA1 Message Date
93f0ac2955 Updated default values 2023-07-22 18:10:44 -07:00

View File

@ -50,7 +50,7 @@ export const defaultState = {
alwaysShowNewPostButton: false,
autohideFloatingPostButton: false,
pauseOnUnfocused: true,
stopGifs: true,
stopGifs: false,
replyVisibility: 'all',
thirdColumnMode: 'notifications',
notificationVisibility: {
@ -90,7 +90,7 @@ export const defaultState = {
modalOnRemoveUserFromFollowers: undefined, // instance default
playVideosInModal: false,
useOneClickNsfw: false,
useContainFit: true,
useContainFit: false,
disableStickyHeaders: false,
showScrollbars: false,
userPopoverAvatarAction: 'open',