mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🐛 Fix not setting the saved value of the custom CSS
(cherry picked from commit 0c62be8fedfd2b8015d0d1bb5b9acc5dd1ba22ac)
This commit is contained in:
@@ -17,6 +17,7 @@ export default function TitleChanger() {
|
|||||||
logo: config.settings.logo,
|
logo: config.settings.logo,
|
||||||
favicon: config.settings.favicon,
|
favicon: config.settings.favicon,
|
||||||
background: config.settings.background,
|
background: config.settings.background,
|
||||||
|
customCSS: config.settings.customCSS,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user