Rewrite menu bar extra with AppKit

This commit is contained in:
世界
2026-01-05 19:19:11 +08:00
parent 91edd77b00
commit ce0d7ead88
17 changed files with 666 additions and 301 deletions
@@ -28,7 +28,9 @@ public struct GroupListView: View {
viewModel.connect()
}
.onReceive(environments.commandClient.$groups) { groups in
viewModel.setGroups(groups)
Task { @MainActor in
viewModel.setGroups(groups)
}
}
}
}