codeburn/mac/Sources
AgentSeal e970f64cbb fix: menubar auto refresh stops working after app is idle
The menubar price would freeze after the app was idle for a while because macOS App Nap suspends Task.sleep even with beginActivity.

Replace Task.sleep with DispatchSourceTimer which is more robust for background execution. Also add observers for system wake and screen wake events to force a refresh when the Mac resumes from sleep.
2026-04-23 02:25:20 +02:00
..
CodeBurnMenubar fix: menubar auto refresh stops working after app is idle 2026-04-23 02:25:20 +02:00