mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
volume goes 0-9 now
This commit is contained in:
parent
51246a2e45
commit
d938c70b48
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ Rectangle {
|
|||
}
|
||||
Text {
|
||||
id: avgAudioVolume
|
||||
text: model ? model.avgAudioLevel : 0.0
|
||||
text: model ? (10 * model.avgAudioLevel).toFixed(0) : 0.0
|
||||
visible: isText
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
|
Loading…
Reference in a new issue