This commit is contained in:
troyeguo
2025-04-29 08:33:43 +08:00
parent 83c5578c09
commit c4747ef4b8

View File

@@ -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');