mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Rebase
This commit is contained in:
parent
0b291e7ffd
commit
be51ad5374
1 changed files with 0 additions and 4 deletions
|
|
@ -291,9 +291,6 @@ impl Files {
|
|||
return;
|
||||
}
|
||||
|
||||
if !todo.is_empty() {
|
||||
go!(self.hidden);
|
||||
b |= !removed.is_empty();
|
||||
if !hidden.is_empty() {
|
||||
self.hidden.extend(hidden.into_values());
|
||||
}
|
||||
|
|
@ -301,7 +298,6 @@ impl Files {
|
|||
self.revision += 1;
|
||||
self.items.extend(items.into_values());
|
||||
}
|
||||
b
|
||||
}
|
||||
|
||||
pub fn catchup_revision(&mut self) -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue