removing an extra button

This commit is contained in:
Wayne Chen 2019-03-26 10:58:04 -07:00
parent e44cdb0d7b
commit c0b71150ea

View file

@ -438,14 +438,6 @@ Rectangle {
color: hifi.colors.white;
text: qsTr("Choose output device");
}
AudioControls.PlaySampleSound {
x: margins.paddings
visible: (bar.currentIndex === 1 && isVR) ||
(bar.currentIndex === 0 && !isVR);
anchors { right: parent.right }
}
}
ListView {