mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 13:55:19 +08:00
added saved notification
This commit is contained in:
parent
f5c65314b6
commit
86dc8f130f
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ $(".section.customBackgroundFilter .save.button").click((e) => {
|
|||
arr.push(filters[filterKey].value);
|
||||
});
|
||||
UpdateConfig.setCustomBackgroundFilter(arr, false);
|
||||
Notifications.add("Saved", 1);
|
||||
});
|
||||
|
||||
export function loadConfig(config) {
|
||||
|
|
Loading…
Reference in a new issue