Implement right sidebar option as user option

This commit is contained in:
eris 2021-05-26 22:22:55 +00:00 committed by HJ
parent 3dca3639fd
commit 7341b8a551
5 changed files with 9 additions and 1 deletions

View file

@ -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'])