mirror of
https://github.com/yJason/ClashX-Dashboard.git
synced 2026-03-01 00:35:19 +08:00
feat: proxy provider update button
This commit is contained in:
@@ -52,8 +52,8 @@ struct ProxyProvidersRowView: View {
|
||||
}
|
||||
|
||||
var listView: some View {
|
||||
ForEach(providers, id: \.id) {
|
||||
ProxyProviderInfoView(provider: $0)
|
||||
ForEach(providers, id: \.id) { provider in
|
||||
ProxyProviderInfoView(provider: provider, withUpdateButton: true)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user