mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +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: {
|
value: {
|
||||||
return TimerService.pomodoroSecondsLeft / TimerService.pomodoroLapDuration;
|
return TimerService.pomodoroSecondsLeft / TimerService.pomodoroLapDuration;
|
||||||
}
|
}
|
||||||
size: 200
|
implicitSize: 200
|
||||||
enableAnimation: true
|
enableAnimation: true
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue