mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 04:37:05 +02:00
update muted in AudioScriptingInterface
This commit is contained in:
parent
9349514ff7
commit
c3e5c49f69
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Rectangle {
|
|||
if (pushToTalk) {
|
||||
return;
|
||||
}
|
||||
muted = !muted;
|
||||
AudioScriptingInterface.muted = !muted;
|
||||
Tablet.playSound(TabletEnums.ButtonClick);
|
||||
}
|
||||
drag.target: dragTarget;
|
||||
|
|
Loading…
Reference in a new issue