summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/interactive/app/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive/app/state.rs b/src/interactive/app/state.rs
index 8762b93..159e63e 100644
--- a/src/interactive/app/state.rs
+++ b/src/interactive/app/state.rs
@@ -24,7 +24,7 @@ pub struct Cursor {
pub y: u16,
}
-pub(crate) struct FilesystemScan {
+pub struct FilesystemScan {
pub active_traversal: BackgroundTraversal,
/// The selected item prior to starting the traversal, if available, based on its name or index into [`AppState::entries`].
pub previous_selection: Option<(PathBuf, usize)>,