Add support for FOS_CREATEPROMPT option
This commit is contained in:
parent
dc1c11a841
commit
9fef6a1fd7
4 changed files with 16 additions and 4 deletions
|
@ -9,7 +9,8 @@ const fileDialogProperties = {
|
|||
openDirectory: 1 << 1,
|
||||
multiSelections: 1 << 2,
|
||||
createDirectory: 1 << 3,
|
||||
showHiddenFiles: 1 << 4
|
||||
showHiddenFiles: 1 << 4,
|
||||
promptToCreate: 1 << 5
|
||||
}
|
||||
|
||||
const messageBoxTypes = ['none', 'info', 'warning', 'error', 'question']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue