log to file

This commit is contained in:
2022-09-15 22:21:03 +02:00
parent 2a8d6afc88
commit 7eafc24e23
6 changed files with 61 additions and 31 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const createWindow = () => {
startBook(startNumber, endNumber, selectedStore)
})
ipcMain.handle('scan-devices', scanDevices)
win.webContents.openDevTools();
// win.webContents.openDevTools();
}
app.whenReady().then(() => {