aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authordev92341 <jasper92341@hotmail.com>2019-02-05 03:57:11 -0800
committerdev92341 <jasper92341@hotmail.com>2019-02-05 03:57:11 -0800
commitf2c6dd658130be3dbef260dfa03d6bb7c67b7236 (patch)
tree03b303912f1900892cdfb6f81d23c935c700e9ec /src/App.js
parent448317338ea585502c0bca03151fc9f3e50aba2e (diff)
Add option to hide features panel
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 () {