From c4747ef4b899f3a97d8280334dcc8a1f53e103de Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Tue, 29 Apr 2025 08:33:43 +0800 Subject: [PATCH] fix bug --- main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main.js b/main.js index 0926582c..f6b90073 100644 --- a/main.js +++ b/main.js @@ -392,7 +392,6 @@ const createMainWin = () => { } else { return result; } - }); ipcMain.handle("close-database", async (event, config) => { const { SqlStatement } = await import('./src/assets/lib/kookit-extra.min.mjs');