Merge pull request #15410 from wayne-chen/fixMuteWarningSwitchText

Case 22297: Fix Mute Warning Switch Text
This commit is contained in:
Shannon Romano 2019-04-25 17:11:45 -07:00 committed by GitHub
commit d0108301a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;