summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2023-02-14 20:42:36 +0100
committerGitHub <noreply@github.com>2023-02-14 20:42:36 +0100
commit316eb07dbf1a899280075c036d3cca8756a5e88f (patch)
treedc6ab5cdb851430f15e9b0fab37495980bcb9155
parentTranslated using Weblate (German) (diff)
parentFocus text input when quick switcher is closed (diff)
downloadnheko-316eb07dbf1a899280075c036d3cca8756a5e88f.tar.xz
Merge pull request #1366 from Nheko-Reborn/uiTweaks
Focus text input when quick switcher is closed
-rw-r--r--resources/qml/QuickSwitcher.qml1
1 files changed, 1 insertions, 0 deletions
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{