From 9297035ba818458223f7ca1ac04b8915a6a87977 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Tue, 14 Feb 2023 09:24:03 -0500 Subject: [PATCH] Focus text input when quick switcher is closed Fixes #1065 --- resources/qml/QuickSwitcher.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/QuickSwitcher.qml b/resources/qml/QuickSwitcher.qml index 77992e69..38c832e0 100644 --- a/resources/qml/QuickSwitcher.qml +++ b/resources/qml/QuickSwitcher.qml @@ -25,6 +25,7 @@ Popup { onOpened: { roomTextInput.forceActiveFocus(); } + onClosed: TimelineManager.focusMessageInput() property int textMargin: Nheko.paddingSmall Column{