We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700ea87 commit caa889eCopy full SHA for caa889e
atom/browser/web_dialog_helper.cc
@@ -215,6 +215,7 @@ void WebDialogHelper::RunFileChooser(
215
flags |= file_dialog::FILE_DIALOG_MULTI_SELECTIONS;
216
case content::FileChooserParams::Open:
217
flags |= file_dialog::FILE_DIALOG_OPEN_FILE;
218
+ flags |= file_dialog::FILE_DIALOG_TREAT_PACKAGE_APP_AS_DIRECTORY;
219
break;
220
case content::FileChooserParams::UploadFolder:
221
flags |= file_dialog::FILE_DIALOG_OPEN_DIRECTORY;
0 commit comments