refactor: update notification message

This commit is contained in:
Miodec 2023-11-07 12:35:23 +00:00
parent f1ef1941a4
commit 3daa88bc09

View file

@ -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;