diff options
| author | eris <femmediscord@gmail.com> | 2021-05-26 22:22:55 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-05-26 22:22:55 +0000 |
| commit | 7341b8a5516621985a76456e1eefc58cd23ff2e2 (patch) | |
| tree | d461a9bec973d0d2530f3239c12a56e7076765f6 /src/App.js | |
| parent | 3dca3639fd3ec61b547b9f1a55a0fbd73a3647cd (diff) | |
Implement right sidebar option as user option
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 2 |
1 files changed, 1 insertions, 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']) |
