diff --git a/VoiceInk/PowerMode/PowerModeViewComponents.swift b/VoiceInk/PowerMode/PowerModeViewComponents.swift index dd82ba7..2b77bc2 100644 --- a/VoiceInk/PowerMode/PowerModeViewComponents.swift +++ b/VoiceInk/PowerMode/PowerModeViewComponents.swift @@ -58,7 +58,7 @@ struct PowerModeConfigurationsGrid: View { var body: some View { LazyVStack(spacing: 12) { - ForEach(powerModeManager.configurations.sorted(by: { $0.name.localizedCaseInsensitiveCompare($1.name) == .orderedAscending })) { config in + ForEach(powerModeManager.configurations) { config in ConfigurationRow( config: config, isEditing: false,