mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-11 01:32:04 +00:00
Add an option to hide window frame
This commit is contained in:
parent
511c5f784e
commit
c1b7ef9a60
@ -55,6 +55,7 @@ function optionsFactory(inpOptions, callback) {
|
|||||||
ignore: 'src',
|
ignore: 'src',
|
||||||
fullScreen: inpOptions.fullScreen || false,
|
fullScreen: inpOptions.fullScreen || false,
|
||||||
maximize: inpOptions.maximize || false,
|
maximize: inpOptions.maximize || false,
|
||||||
|
hideWindowFrame: inpOptions.hideWindowFrame,
|
||||||
verbose: inpOptions.verbose
|
verbose: inpOptions.verbose
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user