We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5f20d commit 9ea910aCopy full SHA for 9ea910a
TableProMobile/TableProMobile/Views/ConnectedView.swift
@@ -82,7 +82,7 @@ struct ConnectedView: View {
82
} message: {
83
Text(failureAlertMessage ?? "")
84
}
85
- .navigationTitle(displayName)
+ .navigationTitle(supportsDatabaseSwitching && databases.count > 1 ? "" : displayName)
86
.navigationBarTitleDisplayMode(.inline)
87
.safeAreaInset(edge: .top) {
88
Picker("Tab", selection: $selectedTab) {
0 commit comments