From c372aef844ae59e5cb65f0815c2868f19d58aa64 Mon Sep 17 00:00:00 2001 From: Canop Date: Sat, 1 Oct 2022 19:53:46 +0200 Subject: Status message on toggling tree options --- src/verb/internal_focus.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/verb') 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, ) } -- cgit v1.2.3