mirror of
https://github.com/thomasnordquist/MQTT-Explorer.git
synced 2026-07-27 19:56:50 +00:00
Remmove react dev tools
This commit is contained in:
+1
-3
@@ -6,12 +6,10 @@ require('./backend/build/backend/src/index.js')
|
||||
let mainWindow
|
||||
|
||||
function createWindow () {
|
||||
BrowserWindow.addDevToolsExtension ('/Users/thomas/Library/Application Support/Google/Chrome/Default/Extensions/fmkadmapgofadopljbjfkapdkoienihi/3.5.0_0');
|
||||
|
||||
// Create the browser window.
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 1024,
|
||||
height: 600,
|
||||
height: 700,
|
||||
webPreferences: {
|
||||
nodeIntegration: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user