Просмотр исходного кода

Add cancel TT preconfigured app shortcut

Daniel Snällfot 1 год назад
Родитель
Сommit
73dd9ac771
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      Trio/Sources/Shortcuts/AppShortcuts.swift

+ 9 - 0
Trio/Sources/Shortcuts/AppShortcuts.swift

@@ -57,5 +57,14 @@ struct AppShortcuts: AppShortcutsProvider {
             shortTitle: "Cancel Override",
             systemImageName: "xmark.circle.fill"
         )
+        AppShortcut(
+            intent: CancelTempPresetIntent(),
+            phrases: [
+                "Cancel \(.applicationName) temporary target",
+                "Cancels an active \(.applicationName) temporary target"
+            ],
+            shortTitle: "Cancel Temp Target",
+            systemImageName: "xmark.circle.fill"
+        )
     }
 }