update muted in AudioScriptingInterface

This commit is contained in:
Wayne Chen 2019-03-28 10:40:39 -07:00 committed by GitHub
parent 9349514ff7
commit c3e5c49f69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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