The sidebarRight option wasn't being read

This commit is contained in:
Mark Felder 2020-05-28 12:28:32 -05:00
parent cf3fbdd610
commit 5f41ee8864

View file

@ -110,6 +110,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
copyInstanceOption('alwaysShowSubjectInput')
copyInstanceOption('showFeaturesPanel')
copyInstanceOption('hideSitename')
copyInstanceOption('sidebarRight')
return store.dispatch('setTheme', config['theme'])
}