We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be4bfa commit 9bc589aCopy full SHA for 9bc589a
1 file changed
src/Main.ts
@@ -94,7 +94,8 @@ export default class Main {
94
Main.mainWindow.show();
95
});
96
97
- Main.mainWindow.webContents.openDevTools();
+ // dev tools
98
+ //Main.mainWindow.webContents.openDevTools();
99
}
100
101
static main() {
0 commit comments