From 749e85e8e6928f6124566aa4c37366de1ff350e2 Mon Sep 17 00:00:00 2001 From: Dick Choi Date: Thu, 7 Apr 2016 08:22:54 +0900 Subject: [PATCH] remove a depreciated option of mainWIndow --- lib/main-window.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/main-window.js b/lib/main-window.js index a691e739..a6f728f3 100644 --- a/lib/main-window.js +++ b/lib/main-window.js @@ -9,8 +9,7 @@ var mainWindow = new BrowserWindow({ zoomFactor: 1.0, webPreferences: { blinkFeatures: 'OverlayScrollbars' - }, - standardWindow: false + } }) const url = path.resolve(__dirname, './main.html')