Update mainWindow.js

This commit is contained in:
Alexandr Priezzhev 2016-04-17 01:32:52 +02:00
parent c1b7ef9a60
commit f7240fb748
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function createMainWindow(options, onAppQuit, setDockBadge) {
});
const mainWindow = new BrowserWindow({
frame: !options.hideWindowFrame,
frame: !options.hideWindowFrame,
width: mainWindowState.width,
height: mainWindowState.height,
x: mainWindowState.x,