don't steal chat input focus

when a new banner suddenly pops out in the middle of typing some chat
text
This commit is contained in:
Lukáš Tinkl 2023-04-05 15:25:21 +02:00 committed by Lukáš Tinkl
parent 05b28e6f6c
commit 01e96318e9
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ Item {
Button {
id: button
visible: text != ""
focusPolicy: Qt.NoFocus
padding: 5
onClicked: {
root.clicked()