From b921d97334d116e38cb9650c126ef8f3c8763713 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 3 Aug 2024 20:40:48 +0200 Subject: add shift modifier tag --- src/state/log.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state/log.rs') diff --git a/src/state/log.rs b/src/state/log.rs index f7311a0..f9b4665 100644 --- a/src/state/log.rs +++ b/src/state/log.rs @@ -27,7 +27,7 @@ impl UserData for LogState { if let Window::Log = state.active_window { if !visible { - state.set_focus(Window::Log); + state.set_focus(Window::View); } } -- cgit v1.2.3-70-g09d2