diff --git a/Sora/Views/DownloadView.swift b/Sora/Views/DownloadView.swift index 8cfc4a2..8717e2a 100644 --- a/Sora/Views/DownloadView.swift +++ b/Sora/Views/DownloadView.swift @@ -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" } } -} \ No newline at end of file +}