remove dev tools

This commit is contained in:
Daniel LaCosse 2022-07-28 14:48:37 -04:00
parent 3a25236bb8
commit e9820f499b

View file

@ -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,