summaryrefslogtreecommitdiffstats
path: root/src/verb
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-10-01 19:53:46 +0200
committerCanop <cano.petrole@gmail.com>2022-10-01 19:53:46 +0200
commitc372aef844ae59e5cb65f0815c2868f19d58aa64 (patch)
tree29e01cbe1530bf73684899a1b2c200c85dedb430 /src/verb
parent79ed47d94cc011b2bc3dc597226768c4aed0f0c7 (diff)
Status message on toggling tree options
Diffstat (limited to 'src/verb')
-rw-r--r--src/verb/internal_focus.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verb/internal_focus.rs b/src/verb/internal_focus.rs
index 7a13673..b883e30 100644
--- a/src/verb/internal_focus.rs
+++ b/src/verb/internal_focus.rs
@@ -45,6 +45,7 @@ pub fn new_state_on_path(
let path = path::closest_dir(&path);
CmdResult::from_optional_state(
BrowserState::new(path, tree_options, screen, con, &Dam::unlimited()),
+ None,
false,
)
}