mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
fix wrong circular progress prop name
This commit is contained in:
parent
47dcb1523a
commit
077922c667
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ Item {
|
|||
value: {
|
||||
return TimerService.pomodoroSecondsLeft / TimerService.pomodoroLapDuration;
|
||||
}
|
||||
size: 200
|
||||
implicitSize: 200
|
||||
enableAnimation: true
|
||||
|
||||
ColumnLayout {
|
||||
|
|
|
|||
Loading…
Reference in a new issue