Merge pull request #1366 from Nheko-Reborn/uiTweaks

Focus text input when quick switcher is closed
This commit is contained in:
DeepBlueV7.X 2023-02-14 20:42:36 +01:00 committed by GitHub
commit 316eb07dbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ Popup {
onOpened: {
roomTextInput.forceActiveFocus();
}
onClosed: TimelineManager.focusMessageInput()
property int textMargin: Nheko.paddingSmall
Column{