diff --git a/Meshtastic/AppIntents/ShortcutsProvider.swift b/Meshtastic/AppIntents/ShortcutsProvider.swift index 6a82f3f5..e0f96ec3 100644 --- a/Meshtastic/AppIntents/ShortcutsProvider.swift +++ b/Meshtastic/AppIntents/ShortcutsProvider.swift @@ -25,13 +25,10 @@ struct ShortcutsProvider: AppShortcutsProvider { "Start node again in \(.applicationName)"], shortTitle: "Restart Node", systemImageName: "arrow.circlepath") - + AppShortcut(intent: MessageChannelIntent(), - phrases: ["Message channel in \(.applicationName)",], - shortTitle: "Message Channel", - systemImageName: "message") + phrases: ["Message channel in \(.applicationName)"], + shortTitle: "Message Channel", + systemImageName: "message") } } - - -