works?
Some checks are pending
Build and Release IPA / Build IPA (push) Waiting to run

This commit is contained in:
cranci1 2025-03-13 16:20:17 +01:00
parent abfb633db5
commit 416446b397

View file

@ -70,6 +70,7 @@ struct DownloadView: View {
}
.navigationTitle("Downloads")
}
.navigationViewStyle(StackNavigationViewStyle())
}
func iconName(for download: DownloadItem) -> String {
@ -79,4 +80,4 @@ struct DownloadView: View {
return download.progress >= 1.0 ? "checkmark.circle.fill" : "arrow.down.circle.fill"
}
}
}
}