diff options
Diffstat (limited to 'src/state/log.rs')
| -rw-r--r-- | src/state/log.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |