@@ -24,6 +24,7 @@ function createWindow() {
win.setMenu(null);
win.loadURL('http://localhost:54322');
win.webContents.openDevTools();
}
ipcMain.on("win:minimize", () => win.minimize());
The note is not visible to the blocked user.