fixing on clicked for audio mic bar

This commit is contained in:
Wayne Chen 2019-04-01 14:50:16 -07:00 committed by GitHub
parent a9802570d7
commit 8df34e5d59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ Rectangle {
if (pushToTalk) {
return;
}
muted = !muted;
AudioScriptingInterface.muted = !muted;
Tablet.playSound(TabletEnums.ButtonClick);
}
drag.target: dragTarget;