summaryrefslogtreecommitdiff
path: root/Hutch/Views/More
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-07 03:16:14 -0500
committerGitHub <[email protected]>2026-08-07 03:16:14 -0500
commit6c26cf048119bf4ff6af039991d3e34d76bac2ad (patch)
tree22c3280dca5f85923ddc3cc85bff8751ad46b7fe /Hutch/Views/More
parent044c33f7f43db1f38d6c44dd8f483298d9efcc06 (diff)
parent9c11d69002d71556fea1e2a938e02d4f4d503ea5 (diff)
downloadhutch-6c26cf048119bf4ff6af039991d3e34d76bac2ad.tar.gz
hutch-6c26cf048119bf4ff6af039991d3e34d76bac2ad.tar.bz2
hutch-6c26cf048119bf4ff6af039991d3e34d76bac2ad.zip
Merge pull request #31 from krazywarez/app-intents-expansion
Expand App Intents: dialogs, search type, mutating intents (#17)
Diffstat (limited to 'Hutch/Views/More')
-rw-r--r--Hutch/Views/More/MoreView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/More/MoreView.swift b/Hutch/Views/More/MoreView.swift
index ad02077..d6f7d8a 100644
--- a/Hutch/Views/More/MoreView.swift
+++ b/Hutch/Views/More/MoreView.swift
@@ -13,7 +13,7 @@ struct MoreView: View {
var body: some View {
List {
Section("Search") {
- NavigationLink(value: MoreRoute.lookup(query: nil)) {
+ NavigationLink(value: MoreRoute.lookup(query: nil, type: nil)) {
Label("Look Up", systemImage: "magnifyingglass")
}
.themedRow()