diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-05-28 17:36:05 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-05-28 17:36:05 +0000 |
| commit | f288178b677f47c516ea70ca148f8884aa0b867a (patch) | |
| tree | ac8ef51ffb0f21d19a768b86e300ed5be228a9b9 /src | |
| parent | cf3fbdd61096d3e51c09179474f383f8351a33cb (diff) | |
| parent | 5f41ee88649ea8cf452680c8081f7d7417a522d3 (diff) | |
Merge branch 'fix/sidebarRight_option' into 'develop'
The sidebarRight option wasn't being read
Closes #858
See merge request pleroma/pleroma-fe!1125
Diffstat (limited to 'src')
| -rw-r--r-- | src/boot/after_store.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/after_store.js b/src/boot/after_store.js index abdba305..0db03547 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -110,6 +110,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => { copyInstanceOption('alwaysShowSubjectInput') copyInstanceOption('showFeaturesPanel') copyInstanceOption('hideSitename') + copyInstanceOption('sidebarRight') return store.dispatch('setTheme', config['theme']) } |
