diff --git a/core/src/modules/csseditor.js b/core/src/modules/csseditor.js index 96648ab9..c3096151 100644 --- a/core/src/modules/csseditor.js +++ b/core/src/modules/csseditor.js @@ -27,7 +27,6 @@ class CSSEditor extends Module { this.editor = new BrowserWindow(this.options); this.editor.loadURL(`file://${this.editorPath}/index.html`); - this.editor.webContents.toggleDevTools(); this.editor.open = true; this.editor.setSheetOffset(33);