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:
parent
4619f04f7b
commit
3195fa9b22
1 changed files with 1 additions and 0 deletions
|
@ -945,6 +945,7 @@ RowLayout {
|
|||
property bool noSip: false
|
||||
onTriggered: function clickAction() {
|
||||
sendFileButtonClicked();
|
||||
textAreaObj.forceActiveFocus();
|
||||
}
|
||||
},
|
||||
Action {
|
||||
|
|
Loading…
Add table
Reference in a new issue