mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
fix quit
This commit is contained in:
parent
577156854d
commit
b95adf2ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ app.whenReady().then(async () => {
|
|||
});
|
||||
|
||||
// quit after dismissing error dialog
|
||||
quit();
|
||||
app.quit();
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue