mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Added peak model, missed during merging
This commit is contained in:
parent
6297448e90
commit
10f7f08171
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ Rectangle {
|
|||
InputPeak {
|
||||
id: inputLevel
|
||||
anchors.right: parent.right
|
||||
peak: model.peak;
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
visible: (bar.currentIndex === 1 && selectedHMD && isVR) ||
|
||||
(bar.currentIndex === 0 && selectedDesktop && !isVR) &&
|
||||
|
|
Loading…
Reference in a new issue