mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
volume slider on users fixed
This commit is contained in:
parent
649a22a70b
commit
b022697dfa
1 changed files with 1 additions and 3 deletions
|
@ -530,9 +530,7 @@ Item {
|
|||
maximumValue: 20.0
|
||||
stepSize: 5
|
||||
updateValueWhileDragging: true
|
||||
Component.onCompleted: {
|
||||
value = Users.getAvatarGain(uuid);
|
||||
}
|
||||
value: Users.getAvatarGain(uuid)
|
||||
onValueChanged: {
|
||||
updateGainFromQML(uuid, value, false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue