1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-31 00:42:50 -05:00

fix volume osd sliding ui update for vertical layout (#1382)

This commit is contained in:
Abhinav Chalise
2026-01-16 07:55:43 +05:45
committed by bbedward
parent 77794deb2c
commit e74a901e05

View File

@@ -262,12 +262,10 @@ DankOSD {
target: AudioService.sink && AudioService.sink.audio ? AudioService.sink.audio : null
function onVolumeChanged() {
if (!vertSlider.dragging) {
vertSlider.value = Math.min(100, Math.round(AudioService.sink.audio.volume * 100));
}
}
}
}
StyledText {
anchors.bottom: parent.bottom