fixed theme buttons duplicating when toggling favourite

closes #2715
This commit is contained in:
Miodec 2022-03-16 18:40:25 +01:00
parent 67093bd6c8
commit 0b6f8c571a

View file

@ -221,7 +221,6 @@ function toggleFavourite(themeName: string): void {
UpdateConfig.setFavThemes(newList);
}
UpdateConfig.saveFullConfigToLocalStorage();
refreshButtons();
}
export function saveCustomThemeColors(): void {