From e4c1f855fb4e0f80ba5f88821b97e02d51d5bbee Mon Sep 17 00:00:00 2001 From: alger Date: Tue, 21 May 2024 10:27:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 06a38d9..bbc4c2c 100644 --- a/app.js +++ b/app.js @@ -111,6 +111,7 @@ ipcMain.on('maximize-window', (event) => { ipcMain.on('close-window', (event) => { const win = BrowserWindow.fromWebContents(event.sender); win.destroy(); + app.quit(); }); ipcMain.on('drag-start', (event) => {