AsteroidOS / asteroid-launcher

AsteroidOS launcher and Wayland compositor based on Qt5, QML and QtWayland via Lipstick.
Other
45 stars 34 forks source link

Fix off-by-one error in agenda display #161

Closed beroset closed 1 year ago

beroset commented 1 year ago

As noted by aranor.16 on Matrix chat, the watch is supposed to show today's agenda items when you swipe left, but there was an off-by-one error that only showed items for the next month on the same day. This has been fixed, and it now works perfectly with the calendar.

MagneFire commented 1 year ago

Thanks for the quick fix!