forked from AkkomaGang/akkoma-fe
Update main.js
This commit is contained in:
parent
ebd8300e36
commit
fe1044dfdf
1 changed files with 1 additions and 1 deletions
|
@ -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 })
|
||||
|
|
Loading…
Reference in a new issue