mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:17:02 +02:00
Fix BUGZ-146: Clicking on the gear icon causes three click sounds
This commit is contained in:
parent
bd3881ef14
commit
92b944464a
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
root.checkedChanged();
|
|
||||||
Tablet.playSound(TabletEnums.ButtonClick);
|
|
||||||
originalSwitch.changeColor();
|
originalSwitch.changeColor();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue