Skip to content

Commit

Permalink
.. [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Oct 14, 2023
1 parent 184ce69 commit 8e98056
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/src/manager/tab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,11 @@ impl Tab {
}

self.show_hidden = state;
self.apply_files_attrs(false)
if self.apply_files_attrs(false) {
emit!(Peek);
return true;
}
false
}

pub fn apply_files_attrs(&mut self, just_preview: bool) -> bool {
Expand Down

0 comments on commit 8e98056

Please sign in to comment.