From 577156854dc6af58837b400123e31f4c1423cbdc Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 16 Aug 2024 21:33:29 +1200 Subject: [PATCH] fix quit --- electron/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/main.js b/electron/main.js index d389e24..79d62f1 100644 --- a/electron/main.js +++ b/electron/main.js @@ -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; }