1
0

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();