fix: impossible to remove directories

This commit is contained in:
2026-01-28 22:07:05 +03:00
parent f1d4ffd7fa
commit b0c670235e
4 changed files with 13 additions and 13 deletions
+1
View File
@@ -38,6 +38,7 @@ pub struct AppState {
pub current_dir: Option<PathBuf>,
pub dirs: Vec<PathBuf>,
pub dirs_to_remove: HashSet<PathBuf>,
pub selected_file: Option<PathBuf>,
pub files: HashSet<PathBuf>,