updated message

This commit is contained in:
Miodec 2023-02-12 00:02:28 +01:00
parent da9b691bb1
commit 89a6e9ff02

View file

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