Skip to content

Commit

Permalink
[PATCH] Update names
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhenderson committed Mar 27, 2024
1 parent 4ec4fc9 commit c24571b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DragToSpeak/Pages/SettingsPage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ struct SettingsPage: View {
Text("Font Settings")
})
Section(content: {
Toggle("Finish when you stop dragging", isOn: $settings.finishOnDragEnd)
Toggle("Speak on Finish", isOn: $settings.finishOnDragEnd)
// Toggle("Correct words on Finish", isOn: $settings.autocorrectEnabled)
VStack(alignment: .leading) {
Toggle("Add spaces on finish", isOn: $settings.writeWithoutSpacesEnabled)
Toggle("Correct Sentence on finish", isOn: $settings.writeWithoutSpacesEnabled)
if settings.writeWithoutSpacesEnabled {
Text("This will send all sentences to our server for correction. We do not store any sentences.").italic()
}
Expand Down

0 comments on commit c24571b

Please sign in to comment.