瀏覽代碼

Add cancel TT preconfigured app shortcut

Daniel Snällfot 1 年之前
父節點
當前提交
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"
+        )
     }
 }