Merge pull request #1366 from Nheko-Reborn/uiTweaks

Focus text input when quick switcher is closed
pull/1371/head
DeepBlueV7.X 2 years ago committed by GitHub
commit 316eb07dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      resources/qml/QuickSwitcher.qml

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

Loading…
Cancel
Save