🍎 Add treatPackageasDirectory as an option
This commit is contained in:
parent
80e35b6682
commit
b25a1d10a2
4 changed files with 7 additions and 2 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue