mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:12:53 +02:00
now use it (plus a bit of cleanup)
This commit is contained in:
parent
c10b0389de
commit
678020fed6
2 changed files with 8 additions and 8 deletions
|
@ -345,7 +345,7 @@ Item {
|
|||
anchors.verticalCenter: nameCardVUMeter.verticalCenter
|
||||
// Properties
|
||||
visible: !isMyCard && selected
|
||||
value: pal.gainSliderValueDB[uuid] ? pal.gainSliderValueDB[uuid] : 0.0
|
||||
value: pal.gainSliderValueDB[uuid] ? pal.gainSliderValueDB[uuid] : Users.getAvatarGain(uuid)
|
||||
minimumValue: -60.0
|
||||
maximumValue: 20.0
|
||||
stepSize: 5
|
||||
|
|
Loading…
Reference in a new issue