fix(appearance): reset-apply default active_hint on theme.builder config file.
This commit is contained in:
parent
079a1fbb55
commit
25669693bb
1 changed files with 1 additions and 0 deletions
|
|
@ -314,6 +314,7 @@ impl Page {
|
|||
} else {
|
||||
ThemeBuilder::light()
|
||||
};
|
||||
self.theme_manager.set_active_hint(builder.active_hint);
|
||||
|
||||
self.theme_manager
|
||||
.selected_customizer_mut()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue