mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 07:22:25 +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) {
|
||||
return;
|
||||
}
|
||||
muted = !muted;
|
||||
AudioScriptingInterface.muted = !muted;
|
||||
Tablet.playSound(TabletEnums.ButtonClick);
|
||||
}
|
||||
drag.target: dragTarget;
|
||||
|
|
Loading…
Reference in a new issue