refactor: remove selected file handling from FileAction and related input logic

This commit is contained in:
2026-05-15 22:05:30 +03:00
parent e320c85a6f
commit 05dd4319cc
4 changed files with 5 additions and 91 deletions
-1
View File
@@ -43,7 +43,6 @@ pub struct AppState {
pub dirs: Vec<PathBuf>,
pub dirs_to_remove: HashSet<PathBuf>,
pub selected_file: Option<PathBuf>,
pub listed_files: HashSet<PathBuf>,
pub listed_dirs: HashSet<PathBuf>,
pub dir_cache: HashMap<PathBuf, Vec<PathBuf>>,