Posted June 20, 2025 by Dennis Turco
#bug-fix #fix
On PC startup, reminders were triggering immediately, which was not the intended behavior.
The application did not recalculate the next execution time when the system booted, causing reminders to fire right away.
Implemented logic to recalculate the nextExecution time for each active reminder at startup. This ensures reminders follow their scheduled intervals correctly after reboot.