mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-09 19:18:46 +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) {
|
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