mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
On checkbox language change
This commit is contained in:
parent
f6583a1b87
commit
39bdc20b4f
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ Rectangle {
|
|||
colorScheme: hifi.colorSchemes.dark;
|
||||
anchors.left: parent.left;
|
||||
anchors.top: parent.top;
|
||||
text: "Camera On";
|
||||
text: "Spectator Camera On";
|
||||
boxSize: 24;
|
||||
onClicked: {
|
||||
sendToScript({method: (checked ? 'spectatorCameraOn' : 'spectatorCameraOff')});
|
||||
|
|
Loading…
Reference in a new issue