mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-12 04:20:25 +00:00
This commit is contained in:
parent
abfb633db5
commit
416446b397
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue