Преглед изворни кода

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"
+        )
     }
 }