make mute red check

This commit is contained in:
Zach Pomerantz 2017-06-14 17:21:52 -04:00
parent f790a9bf5c
commit 6adfe34661

View file

@ -59,6 +59,7 @@ Rectangle {
Audio.CheckBox {
text: qsTr("Mute microphone");
isRedCheck: true;
checked: Audio.muted;
onClicked: {
Audio.muted = checked;