From 6eeb381a006d8b5c6bfd81bbb9a542d499aef27d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 31 Aug 2025 13:17:28 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Clock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/gkleen@sif/shell/quickshell/Clock.qml b/accounts/gkleen@sif/shell/quickshell/Clock.qml index 3e0f8200..65b842b3 100644 --- a/accounts/gkleen@sif/shell/quickshell/Clock.qml +++ b/accounts/gkleen@sif/shell/quickshell/Clock.qml @@ -131,7 +131,7 @@ Item { } for (let i = 0; i < 7; i++) { - const dayInWeek = isoWeekStart; + const dayInWeek = new Date(isoWeekStart); dayInWeek.setDate(dayInWeek.getDate() + i); if (dayInWeek.getMonth() == monthCalendar.month) return 1; -- cgit v1.2.3