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
1 changed files with 1 additions and 0 deletions

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
};