diff options
author | Jedi18 <targetakhil@gmail.com> | 2021-02-23 00:46:40 +0530 |
---|---|---|
committer | Jedi18 <targetakhil@gmail.com> | 2021-02-23 00:46:40 +0530 |
commit | ee232c5c60740921f7f3a72a97e46b2523882441 (patch) | |
tree | 72ac5ad41ce1245002b30c41b05b7d7981121f73 /resources/qml | |
parent | enter key now works, fix room highlighting and add overlay (diff) | |
download | nheko-ee232c5c60740921f7f3a72a97e46b2523882441.tar.xz |
fix timeline focus
Diffstat (limited to 'resources/qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 1 |
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(); } } |