itch.io is community of indie game creators and players

Devlogs

Dev Log - Fix for Reminder Execution on PC Startup

Remind Me
A downloadable tool for Windows

Issue:

On PC startup, reminders were triggering immediately, which was not the intended behavior.

Cause:

The application did not recalculate the next execution time when the system booted, causing reminders to fire right away.

Fix:

Implemented logic to recalculate the nextExecution time for each active reminder at startup. This ensures reminders follow their scheduled intervals correctly after reboot.

Download Remind Me
Leave a comment