now use it (plus a bit of cleanup)

This commit is contained in:
David Kelly 2017-02-28 15:03:45 -07:00
parent c10b0389de
commit 678020fed6
2 changed files with 8 additions and 8 deletions

View file

@ -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