2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-11-11 07:41:04 +00:00

Update mainWindow.js

This commit is contained in:
Alexandr Priezzhev 2016-04-17 01:32:52 +02:00
parent c1b7ef9a60
commit f7240fb748

View File

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