mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-10 17:55:40 +02:00
CallActionBar: clear warning
Change-Id: Ie997fe42dd5f00a9e63a89ed39dd203dd129d1f6
This commit is contained in:
parent
9924a536f1
commit
cc149cc20f
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ Control {
|
|||
text: !checked ? JamiStrings.startRec : JamiStrings.stopRec
|
||||
property bool blinksWhenChecked: true
|
||||
property real size: 28
|
||||
onCheckedChanged: {
|
||||
onCheckedChanged: function(checked) {
|
||||
CallOverlayModel.setUrgentCount(recordAction,
|
||||
checked ? -1 : 0)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue