2
2
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:
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,
flashPluginDir: options.flashPluginDir,
fullScreen: options.fullScreen,
hideWindowFrame: options.hideWindowFrame,
maximize: options.maximize
};
}