mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
removing an extra button
This commit is contained in:
parent
e44cdb0d7b
commit
c0b71150ea
1 changed files with 0 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue