Add screenshot generator

This commit is contained in:
世界
2026-01-08 16:13:20 +08:00
parent 264c4eed81
commit 6b589cb771
57 changed files with 1931 additions and 109 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ public class StatusBarController: NSObject, NSMenuDelegate {
guard let groups else { return }
let selectableGroups = groups.filter { $0.selectable }
let selectableGroups = groups.filter(\.selectable)
if selectableGroups.isEmpty {
groupsItem?.isHidden = true
return