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