Refresh AC on theme save
parent
c1b98c069a
commit
9fa14d859b
|
@ -140,6 +140,7 @@ export default {
|
||||||
applyTheme(theme) {
|
applyTheme(theme) {
|
||||||
if (this.$appState.designer.verified) {
|
if (this.$appState.designer.verified) {
|
||||||
this.saveTheme(theme);
|
this.saveTheme(theme);
|
||||||
|
this.refreshACTokens();
|
||||||
}
|
}
|
||||||
|
|
||||||
updatePreset(theme.preset);
|
updatePreset(theme.preset);
|
||||||
|
|
Loading…
Reference in New Issue