Merge pull request #15641 from zfox23/BUGZ-146

Fix BUGZ-146: Clicking on the gear icon causes three click sounds
This commit is contained in:
Zach Fox 2019-05-28 15:02:23 -07:00 committed by GitHub
commit 9c960f901c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,8 +70,6 @@ Item {
}
onCheckedChanged: {
root.checkedChanged();
Tablet.playSound(TabletEnums.ButtonClick);
originalSwitch.changeColor();
}