diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-07 18:40:49 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-07 18:40:49 +0000 |
| commit | 157d4e601ebd1d46c7bb66d09de5561b57c7d35a (patch) | |
| tree | f374987fcd33b309c59dc73226f8331708e66e71 /src/modules/config.js | |
| parent | 496ccd0bb3b48c6f9f03bd6c7cf0355f98b7871d (diff) | |
| parent | b18fea8508603f3a3ef2569a0d814e55e75af9c9 (diff) | |
Merge branch 'fix/floating-button' into 'develop'
Mobile Post button fix
Closes #506
See merge request pleroma/pleroma-fe!769
Diffstat (limited to 'src/modules/config.js')
| -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 1666a2c5..fea0e3cf 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -17,6 +17,7 @@ const defaultState = { autoLoad: true, streaming: false, hoverPreview: true, + autohideFloatingPostButton: false, pauseOnUnfocused: true, stopGifs: false, replyVisibility: 'all', |
