🐛 Fix not setting the saved value of the custom CSS

(cherry picked from commit 0c62be8fedfd2b8015d0d1bb5b9acc5dd1ba22ac)
This commit is contained in:
Florian Fritz
2022-08-24 00:51:46 +02:00
parent 9af2f20bfa
commit 87016eb51f

View File

@@ -17,6 +17,7 @@ export default function TitleChanger() {
logo: config.settings.logo,
favicon: config.settings.favicon,
background: config.settings.background,
customCSS: config.settings.customCSS,
},
});