From 62f1ce16d2fc62eead628af28c90c34b4106cb6e Mon Sep 17 00:00:00 2001 From: Yves000 Date: Sun, 22 Sep 2024 08:48:53 +0200 Subject: [PATCH] Autocorrect disabled The auto-correction for the app search has been disabled. Without this change, it was previously possible to be thrown back into the search after selecting an app from the OptionView, because the auto-correction could change the search term entered after selecting the app. --- TrollFools/AppListView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/TrollFools/AppListView.swift b/TrollFools/AppListView.swift index 2319745..90cf58c 100644 --- a/TrollFools/AppListView.swift +++ b/TrollFools/AppListView.swift @@ -596,6 +596,7 @@ struct AppListView: View { : NSLocalizedString("Search…", comment: "")) ) .textInputAutocapitalization(.never) + .autocorrectionDisabled(true) } else { // Fallback on earlier versions appList