We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d213c commit 19bda65Copy full SHA for 19bda65
1 file changed
src/main.js
@@ -66,7 +66,7 @@ function createWindow() {
66
win.setMenu(null);
67
win.loadFile("src/index.html");
68
win.on("ready-to-show", () => {
69
- win.webContents.openDevTools({ mode: "detach" });
+ //win.webContents.openDevTools({ mode: "detach" });
70
win.webContents.send("ready");
71
});
72
ipcMain.on("sendAutoSave", function (event, content) {
0 commit comments