diff --git a/src/App.js b/src/App.js index af638a1c9..f87b39628 100644 --- a/src/App.js +++ b/src/App.js @@ -94,6 +94,7 @@ export default { return this.$store.getters.mergedConfig.alwaysShowNewPostButton || this.layoutType === 'mobile' }, showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel }, + editingAvailable () { return this.$store.state.instance.editingAvailable }, shoutboxPosition () { return this.$store.getters.mergedConfig.alwaysShowNewPostButton || false }, diff --git a/src/App.vue b/src/App.vue index 1b513e086..c20a4d9da 100644 --- a/src/App.vue +++ b/src/App.vue @@ -52,8 +52,8 @@ - - + +