From 9b1dc078ed1d502f3797817b38c3888ea4c65dd7 Mon Sep 17 00:00:00 2001 From: Nick Denry Date: Fri, 26 Apr 2019 04:32:37 +0300 Subject: [PATCH] Code style --- css/app.css | 2 +- main.js | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/css/app.css b/css/app.css index c528b70..a256837 100644 --- a/css/app.css +++ b/css/app.css @@ -8,4 +8,4 @@ -khtml-user-select: none; /* Konqueror HTML */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ -} \ No newline at end of file +} diff --git a/main.js b/main.js index f66be5d..c833ea8 100644 --- a/main.js +++ b/main.js @@ -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; \ No newline at end of file +exports.hideEnvelope = hideEnvelope;