🍎 Add treatPackageasDirectory as an option
This commit is contained in:
parent
80e35b6682
commit
b25a1d10a2
4 changed files with 7 additions and 2 deletions
|
@ -30,6 +30,7 @@ enum FileDialogProperty {
|
|||
FILE_DIALOG_SHOW_HIDDEN_FILES = 1 << 4,
|
||||
FILE_DIALOG_PROMPT_TO_CREATE = 1 << 5,
|
||||
FILE_DIALOG_NO_RESOLVE_ALIASES = 1 << 6,
|
||||
FILE_DIALOG_TREAT_PACKAGE_APP_AS_DIRECTORY = 1 << 7,
|
||||
};
|
||||
|
||||
typedef base::Callback<void(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue