diff options
| author | Sean King <seanking2919@protonmail.com> | 2022-06-21 17:44:04 -0600 |
|---|---|---|
| committer | Sean King <seanking2919@protonmail.com> | 2022-06-21 17:44:04 -0600 |
| commit | f56298adbd6fc4b30f759f58336f881e9ebfab65 (patch) | |
| tree | c2fb70557983a4bc7cddd8f8cdc572d50ebfda2f /src/App.js | |
| parent | fa5d35523dd081b6948d38325374cac5707b7868 (diff) | |
Add ability to detect whether backend supports editing
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }, |
