Refresh AC on theme save

pull/7277/head
Cagatay Civici 2025-02-18 21:41:36 +03:00
parent c1b98c069a
commit 9fa14d859b
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ export default {
applyTheme(theme) {
if (this.$appState.designer.verified) {
this.saveTheme(theme);
this.refreshACTokens();
}
updatePreset(theme.preset);