diff options
| author | Eris <femmediscord@gmail.com> | 2021-06-14 17:54:40 +0000 |
|---|---|---|
| committer | Eris <femmediscord@gmail.com> | 2021-06-14 17:54:40 +0000 |
| commit | adfe56a3a31b3c4a8c2c206c06bebf9c4af675d1 (patch) | |
| tree | 552897a6324f91d193efca382a382ab9ad2bcb98 /src/App.js | |
| parent | 2725a0c6398a876590b458ff1a8d6c2cc9af1d11 (diff) | |
New option: Always show floating New Post button
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -73,6 +73,9 @@ export default { this.$store.state.instance.instanceSpecificPanelContent }, showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel }, + shoutboxPosition () { + return this.$store.getters.mergedConfig.showNewPostButton || false + }, isMobileLayout () { return this.$store.state.interface.mobileLayout }, privateMode () { return this.$store.state.instance.private }, sidebarAlign () { |
