Implement right sidebar option as user option
This commit is contained in:
parent
3dca3639fd
commit
7341b8a551
5 changed files with 9 additions and 1 deletions
|
@ -77,7 +77,7 @@ export default {
|
|||
privateMode () { return this.$store.state.instance.private },
|
||||
sidebarAlign () {
|
||||
return {
|
||||
'order': this.$store.state.instance.sidebarRight ? 99 : 0
|
||||
'order': this.$store.getters.mergedConfig.sidebarRight ? 99 : 0
|
||||
}
|
||||
},
|
||||
...mapGetters(['mergedConfig'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue