Bug Fixes
- Fix Settings hang caused by synchronous LaunchAtLogin check — Opening Settings could freeze the entire UI for minutes when
backgroundtaskmanagementdwas slow to respond. TheSMAppService.mainApp.statuscall is now performed asynchronously off the main thread. (#202, thanks @pnpranavrao for the detailed report and analysis!)