Code style

This commit is contained in:
Nick Denry 2019-04-26 04:32:37 +03:00
parent 881572ebda
commit 9b1dc078ed
2 changed files with 3 additions and 5 deletions

View File

@ -8,4 +8,4 @@
-khtml-user-select: none; /* Konqueror HTML */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
}

View File

@ -44,9 +44,7 @@ function createWindow () {
// when you should delete the corresponding element.
mainWindow = null
})
mainWindow.webContents.openDevTools();
//mainWindow.webContents.openDevTools();
}
// This method will be called when Electron has finished
@ -88,4 +86,4 @@ function hideEnvelope() {
}
exports.showEnvelope = showEnvelope;
exports.hideEnvelope = hideEnvelope;
exports.hideEnvelope = hideEnvelope;