We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87a00a8 + 21cb297 commit e4775b3Copy full SHA for e4775b3
DNSecure/Views/ContentView.swift
@@ -226,7 +226,7 @@ extension ContentView: View {
226
.navigationBarTitleDisplayMode(self.navigationBarTitleDisplayMode)
227
} else {
228
Text("Select a server on the sidebar")
229
- .navigationBarHidden(true)
+ .navigationBarTitleDisplayMode(self.navigationBarTitleDisplayMode)
230
}
231
232
.onAppear(perform: self.updateStatus)
@@ -281,7 +281,6 @@ extension ContentView: View {
281
HowToActivateView()
282
283
284
285
286
287
0 commit comments