Make DMG selector not filterable
This commit is contained in:
parent
fc64d7929f
commit
72b68c844d
1 changed files with 0 additions and 1 deletions
|
@ -278,7 +278,6 @@ class ImageLocationFragment : WizardFragment(), SimpleFilePickerDialog.Interacti
|
||||||
|
|
||||||
SimpleFilePickerDialog.build(folderPath, mode)
|
SimpleFilePickerDialog.build(folderPath, mode)
|
||||||
.title(title)
|
.title(title)
|
||||||
.filterable(true, true)
|
|
||||||
.show(this, dialogTag)
|
.show(this, dialogTag)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue