X-Git-Url: https://git.r.bdr.sh/rbdr/captura/blobdiff_plain/5802c153cae64142d84e3cd5f762939501ee7e53..HEAD:/Captura/Intents/CapturaShortcutsProvider.swift?ds=inline diff --git a/Captura/Intents/CapturaShortcutsProvider.swift b/Captura/Intents/CapturaShortcutsProvider.swift index 9df2170..8846f2c 100644 --- a/Captura/Intents/CapturaShortcutsProvider.swift +++ b/Captura/Intents/CapturaShortcutsProvider.swift @@ -18,9 +18,9 @@ import AppIntents struct CapturaShortcutsProvider: AppShortcutsProvider { - static var appShortcuts: [AppShortcut] { + static var appShortcuts: [AppShortcut] { - AppShortcut(intent: GetRemoteCaptures(), phrases: ["Get \(.applicationName) remote captures"]) + AppShortcut(intent: GetRemoteCaptures(), phrases: ["Get \(.applicationName) remote captures"]) - } + } }