Make each monitor an independant tab
This commit is contained in:
parent
01f0b0967a
commit
cc2a62a14c
4 changed files with 112 additions and 58 deletions
|
|
@ -497,7 +497,7 @@ pub fn scan_path(tab_path: &PathBuf, sizes: IconSizes) -> Vec<Item> {
|
|||
(false, true) => Ordering::Greater,
|
||||
_ => LANGUAGE_SORTER.compare(&a.display_name, &b.display_name),
|
||||
});
|
||||
items.iter_mut().for_each(|mut item| {
|
||||
items.iter_mut().for_each(|item| {
|
||||
if hidden_files
|
||||
.iter()
|
||||
.find(|hidden| &&item.name == hidden)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue