mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-13 18:16:48 +08:00
Merge pull request #1234 from CrumblyLiquid/master
Update custom theme color save notification
This commit is contained in:
commit
77a4b238a9
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue