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
b0f879c294
commit
577156854d
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ app.whenReady().then(async () => {
|
|||
await dialog.showMessageBox(mainWindow, {
|
||||
message: "Microsoft Visual C++ redistributable must be installed to run this application.",
|
||||
});
|
||||
quit();
|
||||
app.quit();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue