Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
no dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Sep 8, 2022
1 parent 5a620eb commit f5ef46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function createWindow() {
contextIsolation: false,
}
});
mainWindow.webContents.openDevTools()
// mainWindow.webContents.openDevTools()

mainWindow.on("move", () => {
const pos = mainWindow.getPosition();
Expand Down

0 comments on commit f5ef46c

Please sign in to comment.