Skip to content
Snippets Groups Projects
Commit 1b371aff authored by HJ's avatar HJ :fire:
Browse files

fix instance theme not applying

parent cfba4cc6
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => { ...@@ -122,6 +122,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
store.dispatch('setInstanceOption', { name, value: config[name] }) store.dispatch('setInstanceOption', { name, value: config[name] })
} }
copyInstanceOption('theme')
copyInstanceOption('nsfwCensorImage') copyInstanceOption('nsfwCensorImage')
copyInstanceOption('background') copyInstanceOption('background')
copyInstanceOption('hidePostStats') copyInstanceOption('hidePostStats')
......
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