mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-16 07:39:11 +02:00
Update interface/resources/qml/hifi/audio/Audio.qml
Co-Authored-By: Zach Fox <fox@highfidelity.com>
This commit is contained in:
parent
3cf56210b2
commit
d95a803324
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ Rectangle {
|
|||
labelTextSize: 16;
|
||||
backgroundOnColor: "#E3E3E3";
|
||||
checked: AudioScriptingInterface.warnWhenMuted;
|
||||
visible: bar.currentIndex === 0 ? false : true;
|
||||
visible: bar.currentIndex !== 0;
|
||||
onClicked: {
|
||||
AudioScriptingInterface.warnWhenMuted = checked;
|
||||
checked = Qt.binding(function() { return AudioScriptingInterface.warnWhenMuted; }); // restore binding
|
||||
|
|
Loading…
Reference in a new issue