From 246eadb1dbbc98663a926f889234114973a5f122 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Thu, 17 Oct 2024 16:39:50 +0200 Subject: [PATCH] Update macOS --- App/App_macOS.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/App_macOS.swift b/App/App_macOS.swift index 7ddbcb2e..59c94ef9 100644 --- a/App/App_macOS.swift +++ b/App/App_macOS.swift @@ -127,7 +127,7 @@ struct RootView: View { } detail: { switch navigation.currentItem { case .loading: - LoadingView() + LoadingDataView() case .reading: BrowserTab().environmentObject(browser) .withHostingWindow { window in