Skip to content

Commit

Permalink
Hide devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Nov 23, 2022
1 parent 88cb9ba commit c8042eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function createWindow() {
})

// Menu.setApplicationMenu(null)
mainWindow.webContents.openDevTools({ mode: 'right' });
// mainWindow.webContents.openDevTools({ mode: 'right' });

mainWindow.loadFile(join(__dirname, '../index.html'))

Expand Down

0 comments on commit c8042eb

Please sign in to comment.