'197e' is as much as i can tell ya

This commit is contained in:
i do not exist 2026-04-13 17:31:15 +03:00
parent dcca74a649
commit 5ffa9472e1
7 changed files with 975 additions and 948 deletions

View file

@ -21,7 +21,7 @@ def_command!(FileBrowserCommand: |sampler: Sampler|{
pub filter: String,
pub index: usize,
pub scroll: usize,
pub size: [AtomicUsize; 2],
pub size: Size,
}
pub(crate) struct EntriesIterator<'a> {
@ -330,7 +330,7 @@ impl Browse {
}
}
impl<'a> Iterator for EntriesIterator<'a> {
type Item = Modify<&'a str>;
type Item = ();
fn next (&mut self) -> Option<Self::Item> {
let dirs = self.browser.dirs.len();
let files = self.browser.files.len();