summaryrefslogtreecommitdiff
path: root/src/state/log.rs
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-08-03 20:40:48 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-08-03 20:40:48 +0200
commitb921d97334d116e38cb9650c126ef8f3c8763713 (patch)
tree888e6f99c55cd202c38e188433f7a4bb2eb15097 /src/state/log.rs
parentf7c16781c0d68b8a20bc5d88d0040940459b903e (diff)
add shift modifier tag
Diffstat (limited to 'src/state/log.rs')
-rw-r--r--src/state/log.rs2
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);
}
}