Add support for a noResolveAliases property
This commit is contained in:
parent
266c78b861
commit
e45d8079b8
3 changed files with 11 additions and 7 deletions
|
@ -10,7 +10,8 @@ const fileDialogProperties = {
|
|||
multiSelections: 1 << 2,
|
||||
createDirectory: 1 << 3,
|
||||
showHiddenFiles: 1 << 4,
|
||||
promptToCreate: 1 << 5
|
||||
promptToCreate: 1 << 5,
|
||||
noResolveAliases: 1 << 6,
|
||||
}
|
||||
|
||||
const messageBoxTypes = ['none', 'info', 'warning', 'error', 'question']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue