mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 21:51:36 +02:00
fixing on clicked for audio mic bar
This commit is contained in:
parent
a9802570d7
commit
8df34e5d59
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Rectangle {
|
||||||
if (pushToTalk) {
|
if (pushToTalk) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
muted = !muted;
|
AudioScriptingInterface.muted = !muted;
|
||||||
Tablet.playSound(TabletEnums.ButtonClick);
|
Tablet.playSound(TabletEnums.ButtonClick);
|
||||||
}
|
}
|
||||||
drag.target: dragTarget;
|
drag.target: dragTarget;
|
||||||
|
|
Loading…
Reference in a new issue