Don't toggle dev tools

This commit is contained in:
Jiiks 2018-01-22 19:01:19 +02:00
parent 2cc0e6c1aa
commit 6cf4322127
1 changed files with 0 additions and 1 deletions

View File

@ -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);