mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Add treatFilePackagesAsDirectories flag to native FileChooser
This commit is contained in:
parent
cda1e4f518
commit
9629de32bb
6 changed files with 38 additions and 19 deletions
|
|
@ -31,6 +31,7 @@ void FileChooser::showPlatformDialog (Array<File>& results,
|
|||
bool isSaveDialogue,
|
||||
bool warnAboutOverwritingExistingFiles,
|
||||
bool selectMultipleFiles,
|
||||
bool /*treatFilePackagesAsDirs*/,
|
||||
FilePreviewComponent* extraInfoComponent)
|
||||
{
|
||||
// TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue