From 71f4190f39a71871775a2d0b071e39ec23de9c0e Mon Sep 17 00:00:00 2001 From: Beingpax Date: Wed, 23 Jul 2025 10:34:08 +0545 Subject: [PATCH] Word Replacements now default and first --- VoiceInk/Views/Dictionary/DictionarySettingsView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VoiceInk/Views/Dictionary/DictionarySettingsView.swift b/VoiceInk/Views/Dictionary/DictionarySettingsView.swift index 265ee5e..31f58d3 100644 --- a/VoiceInk/Views/Dictionary/DictionarySettingsView.swift +++ b/VoiceInk/Views/Dictionary/DictionarySettingsView.swift @@ -1,12 +1,12 @@ import SwiftUI struct DictionarySettingsView: View { - @State private var selectedSection: DictionarySection = .spellings + @State private var selectedSection: DictionarySection = .replacements let whisperPrompt: WhisperPrompt enum DictionarySection: String, CaseIterable { - case spellings = "Correct Spellings" case replacements = "Word Replacements" + case spellings = "Correct Spellings" var description: String { switch self {