1
0
Fork 0
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:
Sébastien Blin 2022-04-11 16:42:03 -04:00
parent 9924a536f1
commit cc149cc20f

View file

@ -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)
}