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: {
switch navigation.currentItem {
case .loading:
LoadingView()
LoadingDataView()
case .reading:
BrowserTab().environmentObject(browser)
.withHostingWindow { window in