mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-18 04:44:16 +02:00
Merge pull request #15410 from wayne-chen/fixMuteWarningSwitchText
Case 22297: Fix Mute Warning Switch Text
This commit is contained in:
commit
d0108301a0
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ Rectangle {
|
|||
switchWidth: root.switchWidth;
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
labelTextOn: qsTr("Warn when muted in HMD");
|
||||
labelTextOn: qsTr("HMD Mute Warning");
|
||||
labelTextSize: 16;
|
||||
backgroundOnColor: "#E3E3E3";
|
||||
checked: AudioScriptingInterface.warnWhenMuted;
|
||||
|
|
Loading…
Reference in a new issue