Update custom theme color save notification

This commit is contained in:
CrumblyLiquid 2021-04-11 16:10:42 +02:00
parent a6990cd369
commit a382cad6ab

View file

@ -217,7 +217,7 @@ $(".pageSettings .saveCustomThemeButton").click((e) => {
);
UpdateConfig.setCustomThemeColors(save);
ThemeController.set("custom");
Notifications.add("Custom theme colors saved", 0);
Notifications.add("Custom theme colors saved", 1);
});
$(".pageSettings #loadCustomColorsFromPreset").click((e) => {