diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-03 20:40:48 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-08-03 20:40:48 +0200 |
| commit | b921d97334d116e38cb9650c126ef8f3c8763713 (patch) | |
| tree | 888e6f99c55cd202c38e188433f7a4bb2eb15097 /src/state/log.rs | |
| parent | f7c16781c0d68b8a20bc5d88d0040940459b903e (diff) | |
add shift modifier tag
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); } } |