🍎 Add treatPackageasDirectory as an option

This commit is contained in:
Shubham 2017-07-17 21:40:57 -04:00 committed by Kevin Sawicki
parent 80e35b6682
commit b25a1d10a2
4 changed files with 7 additions and 2 deletions

View file

@ -11,7 +11,8 @@ const fileDialogProperties = {
createDirectory: 1 << 3,
showHiddenFiles: 1 << 4,
promptToCreate: 1 << 5,
noResolveAliases: 1 << 6
noResolveAliases: 1 << 6,
treatPackageAsDirectory: 1 << 7
}
const messageBoxTypes = ['none', 'info', 'warning', 'error', 'question']