Skip to content

Commit 62f1ce1

Browse files
committed
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.
1 parent 9b1786e commit 62f1ce1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TrollFools/AppListView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ struct AppListView: View {
596596
: NSLocalizedString("Search…", comment: ""))
597597
)
598598
.textInputAutocapitalization(.never)
599+
.autocorrectionDisabled(true)
599600
} else {
600601
// Fallback on earlier versions
601602
appList

0 commit comments

Comments
 (0)