mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:14:34 +02:00
make mute red check
This commit is contained in:
parent
f790a9bf5c
commit
6adfe34661
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ Rectangle {
|
||||||
|
|
||||||
Audio.CheckBox {
|
Audio.CheckBox {
|
||||||
text: qsTr("Mute microphone");
|
text: qsTr("Mute microphone");
|
||||||
|
isRedCheck: true;
|
||||||
checked: Audio.muted;
|
checked: Audio.muted;
|
||||||
onClicked: {
|
onClicked: {
|
||||||
Audio.muted = checked;
|
Audio.muted = checked;
|
||||||
|
|
Loading…
Reference in a new issue