Skip to content

Commit 8b35671

Browse files
Remove unused file
1 parent 77f258b commit 8b35671

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

copy_http.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const createWindow = () => {
3030
preload: MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY,
3131
nodeIntegration: true,
3232
contextIsolation: false,
33-
devTools: false // enable chrome developer tools (when pressing ctrl-shift-i)
33+
devTools: true // enable chrome developer tools (when pressing ctrl-shift-i)
3434
},
3535
});
3636

0 commit comments

Comments
 (0)