mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +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',
|
||||
fullScreen: inpOptions.fullScreen || false,
|
||||
maximize: inpOptions.maximize || false,
|
||||
hideWindowFrame: inpOptions.hideWindowFrame,
|
||||
verbose: inpOptions.verbose
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user