diff --git a/src/App.js b/src/App.js index 5310d504..3690b944 100644 --- a/src/App.js +++ b/src/App.js @@ -87,6 +87,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 }, layoutType () { return this.$store.state.interface.layoutType }, privateMode () { return this.$store.state.instance.private }, reverseLayout () { diff --git a/src/App.vue b/src/App.vue index 624d3b9e..01ac0b51 100644 --- a/src/App.vue +++ b/src/App.vue @@ -58,8 +58,8 @@ - - + +