Skip to content
Snippets Groups Projects
Commit cc149cc2 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

CallActionBar: clear warning

Change-Id: Ie997fe42dd5f00a9e63a89ed39dd203dd129d1f6
parent 9924a536
No related branches found
No related tags found
No related merge requests found
......@@ -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)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment