2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2025-02-04 04:38:24 +00:00

Add an option to hide window frame

This commit is contained in:
Alexandr Priezzhev 2016-04-17 01:04:10 +02:00
parent eb03d801e3
commit fd67f17129

View File

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