Word Replacements now default and first
This commit is contained in:
parent
5a3c6d7bfe
commit
71f4190f39
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user