mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Set boolean to false when exit is cancelled
This commit is contained in:
parent
2766333e8a
commit
067e8e27c1
@ -560,6 +560,7 @@ app.on("ready", async () => {
|
||||
}) === 0;
|
||||
if (shouldCancelCloseRequest) {
|
||||
e.preventDefault();
|
||||
global.appQuitting = false;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user