mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-09 00:45:32 +08:00
updated message
This commit is contained in:
parent
da9b691bb1
commit
89a6e9ff02
1 changed files with 5 additions and 1 deletions
|
|
@ -405,7 +405,11 @@ export function restart(options = {} as RestartOptions): void {
|
|||
} else if (Config.quickRestart === "esc") {
|
||||
message = "Press shift + escape or use your mouse to confirm.";
|
||||
}
|
||||
Notifications.add("Quick restart disabled. " + message, 0, 3);
|
||||
Notifications.add(
|
||||
`Quick restart disabled in long tests. ${message}`,
|
||||
0,
|
||||
3
|
||||
);
|
||||
return;
|
||||
}
|
||||
// }else{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue