diff --git a/frontend/src/ts/elements/settings/theme-picker.ts b/frontend/src/ts/elements/settings/theme-picker.ts index 3df918c88..59bf783ea 100644 --- a/frontend/src/ts/elements/settings/theme-picker.ts +++ b/frontend/src/ts/elements/settings/theme-picker.ts @@ -480,4 +480,7 @@ ConfigEvent.subscribe((eventKey) => { if (eventKey === "theme" && ActivePage.get() === "settings") { updateActiveButton(); } + if (eventKey === "favThemes" && ActivePage.get() === "settings") { + void refreshPresetButtons(); + } });