mirror of https://github.com/helix-editor/helix
Double the UI picker file limit.
parent
5a245b83a0
commit
51d1d43289
|
@ -85,7 +85,7 @@ pub fn file_picker(root: PathBuf) -> Picker<PathBuf> {
|
|||
Err(_err) => None,
|
||||
});
|
||||
|
||||
const MAX: usize = 1024;
|
||||
const MAX: usize = 2048;
|
||||
|
||||
Picker::new(
|
||||
files.take(MAX).collect(),
|
||||
|
|
Loading…
Reference in New Issue