Add option to hide features panel (About page)

This commit is contained in:
dev92341 2019-02-05 06:12:14 -08:00
parent 1ee762cf6e
commit e3da156162
2 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,9 @@ const About = {
InstanceSpecificPanel,
FeaturesPanel,
TermsOfServicePanel
},
computed: {
showFeaturesPanel () { return this.$store.state.config.showFeaturesPanel }
}
}