mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-03 03:48:27 +01:00
Merge branch 'fix/sidebarRight_option' into 'develop'
The sidebarRight option wasn't being read Closes #858 See merge request pleroma/pleroma-fe!1125
This commit is contained in:
commit
f288178b67
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
|
||||||
copyInstanceOption('alwaysShowSubjectInput')
|
copyInstanceOption('alwaysShowSubjectInput')
|
||||||
copyInstanceOption('showFeaturesPanel')
|
copyInstanceOption('showFeaturesPanel')
|
||||||
copyInstanceOption('hideSitename')
|
copyInstanceOption('hideSitename')
|
||||||
|
copyInstanceOption('sidebarRight')
|
||||||
|
|
||||||
return store.dispatch('setTheme', config['theme'])
|
return store.dispatch('setTheme', config['theme'])
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue