mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 18:03:30 +08:00
updated notification text
This commit is contained in:
parent
277f26b15a
commit
780836857f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export function apply(id) {
|
|||
DB.getSnapshot().presets.forEach((preset) => {
|
||||
if (preset.id == id) {
|
||||
Config.apply(JSON.parse(JSON.stringify(preset.config)));
|
||||
Notifications.add("Preset Applied", 1, 2);
|
||||
Notifications.add("Preset applied", 1, 2);
|
||||
Config.saveToLocalStorage();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue