forked from Shinonome/dots-hyprland
make media control seekable (closes #1615)
This commit is contained in:
@@ -56,7 +56,7 @@ Item {
|
||||
StyledSlider {
|
||||
id: slider
|
||||
value: root.node.audio.volume
|
||||
onValueChanged: root.node.audio.volume = value
|
||||
onMoved: root.node.audio.volume = value
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user