mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:56:44 +02:00
change text to display
This commit is contained in:
parent
d8ba08ec2d
commit
7e445e40f8
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ Rectangle {
|
||||||
switchWidth: root.switchWidth;
|
switchWidth: root.switchWidth;
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
labelTextOn: qsTr("Warn when muted in HMD");
|
labelTextOn: qsTr("HMD Mute Warning");
|
||||||
labelTextSize: 16;
|
labelTextSize: 16;
|
||||||
backgroundOnColor: "#E3E3E3";
|
backgroundOnColor: "#E3E3E3";
|
||||||
checked: AudioScriptingInterface.warnWhenMuted;
|
checked: AudioScriptingInterface.warnWhenMuted;
|
||||||
|
|
Loading…
Reference in a new issue