diff --git a/src/App.js b/src/App.js index af638a1c..f87b3962 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 1b513e08..c20a4d9d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -52,8 +52,8 @@ - - + +