1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-26 07:38:59 +02:00

Add an option to hide window frame

This commit is contained in:
Alexandr Priezzhev 2016-04-17 01:06:42 +02:00
parent 511c5f784e
commit c1b7ef9a60

View File

@ -55,6 +55,7 @@ function optionsFactory(inpOptions, callback) {
ignore: 'src',
fullScreen: inpOptions.fullScreen || false,
maximize: inpOptions.maximize || false,
hideWindowFrame: inpOptions.hideWindowFrame,
verbose: inpOptions.verbose
};