Added user option to hide instance-specific panel, rearranged config screen to

better categorize it / adjustments to language selector
This commit is contained in:
Henry Jameson 2018-12-05 11:37:01 +03:00
parent 9143862707
commit 47b0b385f4
7 changed files with 26 additions and 4 deletions

View file

@ -2,6 +2,9 @@ const InstanceSpecificPanel = {
computed: {
instanceSpecificPanelContent () {
return this.$store.state.instance.instanceSpecificPanelContent
},
show () {
return !this.$store.state.config.hideISP
}
}
}