1 parent 9457a66 commit 59d021aCopy full SHA for 59d021a
1 file changed
App/Sources/Features/Settings/SettingsView.swift
@@ -9,10 +9,10 @@ struct SettingsView: View {
9
Form {
10
Section("HuggingFace Account") { authSection }
11
Section("Backend") { backendSection }
12
- Section("Software Update") { updateSection }
13
if let runtime, !runtime.engines.isEmpty {
14
Section("Engines") { enginesSection(runtime) }
15
}
+ Section("Software Update") { updateSection }
16
if let message = model.message {
17
Section { Text(message).font(.callout).foregroundStyle(.secondary) }
18
0 commit comments