Fix BUGZ-146: Clicking on the gear icon causes three click sounds

This commit is contained in:
Zach Fox 2019-05-28 12:41:58 -07:00
parent bd3881ef14
commit 92b944464a

View file

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