1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-04 06:45:45 +02:00

sendFile: sending with Enter and automatic focus on the text area

GitLab: #1275
Change-Id: I70036b158cfede3a6c6a7de9bb63a049c8fec39a
This commit is contained in:
capucine.berthet 2023-08-23 12:33:23 -04:00 committed by Aline Gondim Santos
parent 4619f04f7b
commit 3195fa9b22

View file

@ -945,6 +945,7 @@ RowLayout {
property bool noSip: false
onTriggered: function clickAction() {
sendFileButtonClicked();
textAreaObj.forceActiveFocus();
}
},
Action {