Skip to content

Commit 7ab6fda

Browse files
authored
Fix navigation view for connection error screen on macOS (#3457)
1 parent 3b1903a commit 7ab6fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/App/WebView/ConnectionErrorDetailsView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ struct ConnectionErrorDetailsView: View {
9393
}
9494
}
9595
}
96+
.navigationViewStyle(.stack)
9697
}
9798

9899
private func openSettings() {

0 commit comments

Comments
 (0)