mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
sendFile: sending with Enter and automatic focus on the text area
GitLab: #1275 Change-Id: I70036b158cfede3a6c6a7de9bb63a049c8fec39a
This commit is contained in:
parent
4619f04f7b
commit
3195fa9b22
1 changed files with 1 additions and 0 deletions
|
@ -945,6 +945,7 @@ RowLayout {
|
||||||
property bool noSip: false
|
property bool noSip: false
|
||||||
onTriggered: function clickAction() {
|
onTriggered: function clickAction() {
|
||||||
sendFileButtonClicked();
|
sendFileButtonClicked();
|
||||||
|
textAreaObj.forceActiveFocus();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Action {
|
Action {
|
||||||
|
|
Loading…
Add table
Reference in a new issue