mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
bar: media: fix progress value
This commit is contained in:
parent
b6e4a47329
commit
8bb2e0aa97
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ Item {
|
|||
id: mediaCircProg
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
lineWidth: Appearance.rounding.unsharpen
|
||||
value: percentage
|
||||
value: activePlayer?.position / activePlayer?.length
|
||||
implicitSize: 22
|
||||
colPrimary: Appearance.colors.colOnSecondaryContainer
|
||||
enableAnimation: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue