Merge pull request #1234 from CrumblyLiquid/master

Update custom theme color save notification
This commit is contained in:
Jack 2021-04-11 16:54:28 +01:00 committed by GitHub
commit 77a4b238a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) => {