fix(appearance): reset-apply default active_hint on theme.builder config file.

This commit is contained in:
Konstantinos 2025-12-26 21:26:59 +02:00 committed by Ashley Wulber
parent 079a1fbb55
commit 25669693bb

View file

@ -314,6 +314,7 @@ impl Page {
} else {
ThemeBuilder::light()
};
self.theme_manager.set_active_hint(builder.active_hint);
self.theme_manager
.selected_customizer_mut()