mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 21:02:17 +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 {
|
||||
text: qsTr("Mute microphone");
|
||||
isRedCheck: true;
|
||||
checked: Audio.muted;
|
||||
onClicked: {
|
||||
Audio.muted = checked;
|
||||
|
|
Loading…
Reference in a new issue