We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a00a8 commit 21cb297Copy full SHA for 21cb297
1 file changed
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