mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +02:00
Code style fixes #1
This commit is contained in:
parent
fa349a694c
commit
908d601a43
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Preference {
|
|||
}
|
||||
|
||||
onClicked: {
|
||||
preference.trigger()
|
||||
preference.trigger();
|
||||
tabletInterface.playSound(TabletEnums.ButtonClick);
|
||||
}
|
||||
width: 180
|
||||
|
|
Loading…
Reference in a new issue