summaryrefslogtreecommitdiffstats
path: root/src/mode.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mode.rs')
-rw-r--r--src/mode.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mode.rs b/src/mode.rs
index f50243d..b2d3b58 100644
--- a/src/mode.rs
+++ b/src/mode.rs
@@ -97,6 +97,7 @@ pub enum Navigate {
Trash,
/// Manipulate an encrypted device
EncryptedDrive,
+ /// Manipulate an iso file to mount it
IsoDevice,
/// Jump to a saved mark
Marks(MarkAction),