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:
parent
c1b7ef9a60
commit
f7240fb748
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user