diff --git a/src/js/settings/theme-picker.js b/src/js/settings/theme-picker.js index ce442ce17..61669124a 100644 --- a/src/js/settings/theme-picker.js +++ b/src/js/settings/theme-picker.js @@ -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) => {