What's Changed
Fix menu bar task list not displaying
- Fixed an issue where the menu bar dropdown menu was not showing the list of running/upcoming tasks
- Replaced ScrollView with VStack in MenuBarExtra panel to resolve rendering issue on macOS
- Restored scheduler startup check when menu bar appears
更新内容
修复菜单栏任务列表不显示的问题
- 修复了状态栏下拉菜单不显示正在运行/即将运行的任务列表的问题
- 将 MenuBarExtra 面板中的 ScrollView 替换为 VStack,解决渲染异常
- 恢复菜单栏出现时的调度器启动检查
Full Changelog: v1.2.1...v1.2.2