diff options
| author | Henry Jameson <me@hjkos.com> | 2022-02-22 23:32:12 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-02-22 23:32:12 +0200 |
| commit | b1b9260a1df561a38b9bb904e103cccb37df8ea6 (patch) | |
| tree | e7cdf975d679648532b8ab980404252fbed71c38 /src | |
| parent | 9c1814d12243f45cb67a797780a8c393f301080c (diff) | |
new defaults
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/config.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/config.js b/src/modules/config.js index 775ee398..e5321507 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -37,12 +37,12 @@ export const defaultState = { preloadImage: true, loopVideo: true, loopVideoSilentOnly: true, - streaming: false, + streaming: true, emojiReactionsOnTimeline: true, alwaysShowNewPostButton: false, autohideFloatingPostButton: false, pauseOnUnfocused: true, - stopGifs: false, + stopGifs: true, replyVisibility: 'all', notificationVisibility: { follows: true, @@ -70,7 +70,7 @@ export const defaultState = { hideFilteredStatuses: undefined, // instance default playVideosInModal: false, useOneClickNsfw: false, - useContainFit: false, + useContainFit: true, greentext: undefined, // instance default useAtIcon: undefined, // instance default mentionLinkDisplay: undefined, // instance default |
