summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-02-23 00:46:40 +0530
committerJedi18 <targetakhil@gmail.com>2021-02-23 00:46:40 +0530
commitee232c5c60740921f7f3a72a97e46b2523882441 (patch)
tree72ac5ad41ce1245002b30c41b05b7d7981121f73 /resources/qml
parententer key now works, fix room highlighting and add overlay (diff)
downloadnheko-ee232c5c60740921f7f3a72a97e46b2523882441.tar.xz
fix timeline focus
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/TimelineView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 8c84c145..02032393 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -79,6 +79,7 @@ Page {
         sequence: "Ctrl+L"
         onActivated: {
             var quickSwitch = quickSwitcherComponent.createObject(timelineRoot);
+            TimelineManager.focusTimeline()
             quickSwitch.open();
         }
     }