mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-27 16:24:41 +08:00
refactor: update notification message
This commit is contained in:
parent
f1ef1941a4
commit
3daa88bc09
1 changed files with 2 additions and 1 deletions
|
@ -576,8 +576,9 @@ function handleChar(
|
|||
if (!correctShiftUsed) {
|
||||
incorrectShiftsInARow++;
|
||||
if (incorrectShiftsInARow >= 5) {
|
||||
Notifications.add("Reminder: Opposite shift mode is on.", 0, {
|
||||
Notifications.add("Opposite shift mode is on.", 0, {
|
||||
important: true,
|
||||
customTitle: "Reminder",
|
||||
});
|
||||
}
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue