2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-22 01:29:02 +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({
frame: !options.hideWindowFrame,
frame: !options.hideWindowFrame,
width: mainWindowState.width,
height: mainWindowState.height,
x: mainWindowState.x,