Update macOS

This commit is contained in:
Balazs Perlaki-Horvath 2024-10-17 16:39:50 +02:00
parent 6db51b9ccb
commit 246eadb1db

View File

@ -127,7 +127,7 @@ struct RootView: View {
} detail: { } detail: {
switch navigation.currentItem { switch navigation.currentItem {
case .loading: case .loading:
LoadingView() LoadingDataView()
case .reading: case .reading:
BrowserTab().environmentObject(browser) BrowserTab().environmentObject(browser)
.withHostingWindow { window in .withHostingWindow { window in