Added user option to hide instance-specific panel, rearranged config screen to
better categorize it / adjustments to language selector
This commit is contained in:
parent
9143862707
commit
47b0b385f4
7 changed files with 26 additions and 4 deletions
|
@ -2,6 +2,9 @@ const InstanceSpecificPanel = {
|
|||
computed: {
|
||||
instanceSpecificPanelContent () {
|
||||
return this.$store.state.instance.instanceSpecificPanelContent
|
||||
},
|
||||
show () {
|
||||
return !this.$store.state.config.hideISP
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue