aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-02-06 04:21:06 +0000
committerShpuld Shpludson <shp@cock.li>2019-02-06 04:21:06 +0000
commit68e53602299823067f696c8f0bdcfcd3fc4339d7 (patch)
tree1332c8e3d755e93a75502c1fcb6d9735c8478605 /src/App.js
parent3d337a239e9fc5f1ca84131fc1bed68b1db53178 (diff)
parente3da156162ce04d987935eeb4649f0aa51590cf2 (diff)
Merge branch 'fix/add-option-to-hide-features-panel' into 'develop'
Add option to hide features panel See merge request pleroma/pleroma-fe!529
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 83a61d39..18bff2dd 100644
--- a/src/App.js
+++ b/src/App.js
@@ -81,7 +81,8 @@ export default {
},
unseenNotificationsCount () {
return this.unseenNotifications.length
- }
+ },
+ showFeaturesPanel () { return this.$store.state.config.showFeaturesPanel }
},
methods: {
scrollToTop () {