Skip to content
Snippets Groups Projects
Commit fe1044df authored by Hakaba Hitoyo's avatar Hakaba Hitoyo
Browse files

Update main.js

parent ebd8300e
Branches
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ window.fetch('/api/statusnet/config.json')
window.fetch('/static/config.json')
.then((res) => res.json())
.then((data) => {
const {theme, background, logo} = data
const {theme, background, logo, showInstanceSpecificPanel} = data
store.dispatch('setOption', { name: 'theme', value: theme })
store.dispatch('setOption', { name: 'background', value: background })
store.dispatch('setOption', { name: 'logo', value: logo })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment