my list page fixed for local lists

This commit is contained in:
2025-12-09 17:53:53 +01:00
parent 7778ddbdf2
commit bb362b0dbf
4 changed files with 114 additions and 304 deletions

View File

@@ -24,7 +24,6 @@ function createWindow() {
win.setMenu(null);
win.loadURL('http://localhost:54322');
win.webContents.openDevTools();
}
ipcMain.on("win:minimize", () => win.minimize());