Update editor_ui.tsx

This commit is contained in:
Zef Hemel
2023-09-07 12:52:40 +02:00
committed by GitHub
parent a98c74eba2
commit d9f1f848c4
+1 -1
View File
@@ -227,7 +227,7 @@ export class MainUI {
} else { } else {
localStorage.removeItem("syncMode"); localStorage.removeItem("syncMode");
this.editor.flashNotification( this.editor.flashNotification(
"Now switching to server mode, one moment please...", "Now switching to online mode, one moment please...",
); );
await sleep(1000); await sleep(1000);
location.reload(); location.reload();