diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-09-09 12:19:53 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-09-09 12:19:53 +0000 |
| commit | a8a82ad12f2f7b9eb8fe7a57a3a7d503c6bbe2ed (patch) | |
| tree | eadd588ebb12fb7264d4152d949de02d7428c986 /src/modules | |
| parent | 1c535284334f34de5897c731f22639d45516805f (diff) | |
| parent | 179af131ee31cee6bb55554460af048556a1c5be (diff) | |
Merge branch 'showMobileNewPost' into 'develop'
New user option: Always show floating New Post button
See merge request pleroma/pleroma-fe!1395
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/config.js b/src/modules/config.js index 33e2cb50..bc3db11b 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -35,6 +35,7 @@ export const defaultState = { loopVideoSilentOnly: true, streaming: false, emojiReactionsOnTimeline: true, + alwaysShowNewPostButton: false, autohideFloatingPostButton: false, pauseOnUnfocused: true, stopGifs: false, |
