Skip to content
Snippets Groups Projects
Commit 5f41ee88 authored by feld's avatar feld
Browse files

The sidebarRight option wasn't being read

parent cf3fbdd6
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
copyInstanceOption('alwaysShowSubjectInput')
copyInstanceOption('showFeaturesPanel')
copyInstanceOption('hideSitename')
copyInstanceOption('sidebarRight')
return store.dispatch('setTheme', config['theme'])
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment