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
|
@ -110,6 +110,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
|
|||
copyInstanceOption('alwaysShowSubjectInput')
|
||||
copyInstanceOption('showFeaturesPanel')
|
||||
copyInstanceOption('hideSitename')
|
||||
copyInstanceOption('sidebarRight')
|
||||
|
||||
return store.dispatch('setTheme', config['theme'])
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue