Skip to content

Commit 9bc589a

Browse files
committed
Disable dev tools
1 parent 7be4bfa commit 9bc589a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ export default class Main {
9494
Main.mainWindow.show();
9595
});
9696

97-
Main.mainWindow.webContents.openDevTools();
97+
// dev tools
98+
//Main.mainWindow.webContents.openDevTools();
9899
}
99100

100101
static main() {

0 commit comments

Comments
 (0)