From 416446b397b671ad3b4a46d9e66d505e1410abe6 Mon Sep 17 00:00:00 2001 From: cranci1 <100066266+cranci1@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:20:17 +0100 Subject: [PATCH] works? --- Sora/Views/DownloadView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}