Skip to content

Commit 59d021a

Browse files
committed
chore: move Software Update below Engines in Settings
1 parent 9457a66 commit 59d021a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

App/Sources/Features/Settings/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ struct SettingsView: View {
99
Form {
1010
Section("HuggingFace Account") { authSection }
1111
Section("Backend") { backendSection }
12-
Section("Software Update") { updateSection }
1312
if let runtime, !runtime.engines.isEmpty {
1413
Section("Engines") { enginesSection(runtime) }
1514
}
15+
Section("Software Update") { updateSection }
1616
if let message = model.message {
1717
Section { Text(message).font(.callout).foregroundStyle(.secondary) }
1818
}

0 commit comments

Comments
 (0)