Skip to content

Commit 19bda65

Browse files
committed
disable devtools
1 parent a1d213c commit 19bda65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function createWindow() {
6666
win.setMenu(null);
6767
win.loadFile("src/index.html");
6868
win.on("ready-to-show", () => {
69-
win.webContents.openDevTools({ mode: "detach" });
69+
//win.webContents.openDevTools({ mode: "detach" });
7070
win.webContents.send("ready");
7171
});
7272
ipcMain.on("sendAutoSave", function (event, content) {

0 commit comments

Comments
 (0)