You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(idlewatcher): reset idle timer on user input and prevent single-trigger lockup (#3)
- Reworked IdleWatcher loop to re-arm after user activity.
- Added _hasTriggered latch and ActivityWindow threshold.
- Ensures application launches again after subsequent idle periods.
- Added safe try/catch wrapping to prevent loop termination on exceptions.
closes#2
0 commit comments