Make DMG selector not filterable

This commit is contained in:
Davide Depau 2018-08-17 20:56:39 +02:00
parent 3b8b7cd43d
commit 70eb530599
Signed by: depau
GPG key ID: C7D999B6A55EFE86

View file

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