forked from Shinonome/dots-hyprland
fix wrong circular progress prop name
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user