mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Linting errors
This commit is contained in:
parent
b3cbdf96da
commit
3df98d4345
1 changed files with 4 additions and 7 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue