mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 08:48:53 +02:00
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:
commit
9c960f901c
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