This commit is contained in:
Max Goedjen
2025-09-01 19:31:16 -07:00
parent 0980cdffcd
commit 74ddb9595b
5 changed files with 97 additions and 70 deletions

View File

@@ -65,7 +65,7 @@ struct Secretive: App {
}
.commands {
CommandGroup(before: CommandGroupPlacement.appSettings) {
Button("Integrations...", systemImage: "app.connected.to.app.below.fill") {
Button(.integrationsMenuBarTitle, systemImage: "app.connected.to.app.below.fill") {
showingIntegrations = true
}
}