Skip to content

Commit 0baa236

Browse files
committed
Disable DevTools() in UI.
2 parents 9edbbb6 + d2b3789 commit 0baa236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function createWindow() {
3838
win.setMenuBarVisibility(false);
3939
win.loadFile('index.html');
4040

41-
win.webContents.openDevTools();
41+
// win.webContents.openDevTools();
4242

4343
win.on('closed', () => {
4444
win = null

0 commit comments

Comments
 (0)