Skip to content

Commit

Permalink
remove dev tools (Jigsaw-Code#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Jul 28, 2022
1 parent 3a25236 commit 8d2791e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server_manager/electron_app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function createMainWindow() {
maximizable: false,
icon: path.join(__dirname, 'server_manager', 'web_app', 'images', 'launcher-icon.png'),
webPreferences: {
devTools: debugMode,
nodeIntegration: false,
preload: path.join(__dirname, 'preload.js'),
webviewTag: false,
Expand Down

0 comments on commit 8d2791e

Please sign in to comment.