Add engine settings page

This commit is contained in:
nimbold
2026-06-02 04:22:47 +03:30
parent 22aeff4740
commit a4740190fd
3 changed files with 73 additions and 8 deletions
-8
View File
@@ -56,14 +56,6 @@ struct SidebarView: View {
.tag(SidebarSelection.downloads(.category(category)))
}
}
Section("Engine") {
HStack {
Image(systemName: controller.hasAria2 ? "checkmark.seal.fill" : "exclamationmark.triangle.fill")
.foregroundStyle(controller.hasAria2 ? .green : .orange)
Text(controller.hasAria2 ? "aria2c ready" : "aria2c missing")
}
}
}
.listStyle(.sidebar)
.safeAreaInset(edge: .bottom) {