Add option to hide features panel

This commit is contained in:
dev92341 2019-02-05 03:57:11 -08:00
parent 448317338e
commit f2c6dd6581
3 changed files with 5 additions and 3 deletions

View file

@ -81,7 +81,8 @@ export default {
},
unseenNotificationsCount () {
return this.unseenNotifications.length
}
},
showFeaturesPanel () { return this.$store.state.config.showFeaturesPanel }
},
methods: {
scrollToTop () {