user icon to navbar

This commit is contained in:
2025-12-06 18:23:00 +01:00
parent 822a9f83cf
commit 94cceedf03
14 changed files with 939 additions and 140 deletions

View File

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