fixes for clean state

This commit is contained in:
Henry Jameson 2024-11-28 18:07:22 +02:00
commit 89b916da28
3 changed files with 9 additions and 3 deletions

View file

@ -123,6 +123,8 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => {
}
copyInstanceOption('theme')
copyInstanceOption('style')
copyInstanceOption('palette')
copyInstanceOption('nsfwCensorImage')
copyInstanceOption('background')
copyInstanceOption('hidePostStats')