mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-02-04 12:48:23 +00:00
Add an option to hide window frame
This commit is contained in:
parent
eb03d801e3
commit
fd67f17129
@ -106,6 +106,7 @@ function selectAppArgs(options) {
|
|||||||
insecure: options.insecure,
|
insecure: options.insecure,
|
||||||
flashPluginDir: options.flashPluginDir,
|
flashPluginDir: options.flashPluginDir,
|
||||||
fullScreen: options.fullScreen,
|
fullScreen: options.fullScreen,
|
||||||
|
hideWindowFrame: options.hideWindowFrame,
|
||||||
maximize: options.maximize
|
maximize: options.maximize
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user