Skip to content

Commit

Permalink
openDevTools
Browse files Browse the repository at this point in the history
  • Loading branch information
chatbookai committed Jun 2, 2024
1 parent c38280d commit 924fb48
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 47 deletions.
2 changes: 1 addition & 1 deletion express/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ function createMainWindow() {
Menu.setApplicationMenu(menu);

if (isDev) {
mainWindow.webContents.openDevTools();
}
mainWindow.webContents.openDevTools();

mainWindow.on('closed', () => {
mainWindow = null;
Expand Down
69 changes: 23 additions & 46 deletions express/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 924fb48

Please sign in to comment.