fix instance theme not applying

release/2.7.x
Henry Jameson 1 month ago
parent cfba4cc6b3
commit 1b371afff3

@ -122,6 +122,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
store.dispatch('setInstanceOption', { name, value: config[name] })
}
copyInstanceOption('theme')
copyInstanceOption('nsfwCensorImage')
copyInstanceOption('background')
copyInstanceOption('hidePostStats')

Loading…
Cancel
Save