This commit is contained in:
sxyazi 2024-02-01 02:36:33 +08:00
parent 34cb599826
commit d707034bfb
No known key found for this signature in database

View file

@ -74,7 +74,7 @@ impl Tab {
pub fn apply_files_attrs(&mut self) { pub fn apply_files_attrs(&mut self) {
let apply = |f: &mut Folder| { let apply = |f: &mut Folder| {
if f.stage != FolderStage::Loaded { if f.stage == FolderStage::Loading {
return render!(); return render!();
} }