Make DMG selector not filterable

This commit is contained in:
Davide Depau 2018-08-17 20:56:39 +02:00
parent fc64d7929f
commit 72b68c844d
1 changed files with 0 additions and 1 deletions

View File

@ -278,7 +278,6 @@ class ImageLocationFragment : WizardFragment(), SimpleFilePickerDialog.Interacti
SimpleFilePickerDialog.build(folderPath, mode)
.title(title)
.filterable(true, true)
.show(this, dialogTag)
}
}