mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
parent
87a00a8c3e
commit
21cb297b3b
1 changed files with 1 additions and 2 deletions
|
|
@ -226,7 +226,7 @@ extension ContentView: View {
|
|||
.navigationBarTitleDisplayMode(self.navigationBarTitleDisplayMode)
|
||||
} else {
|
||||
Text("Select a server on the sidebar")
|
||||
.navigationBarHidden(true)
|
||||
.navigationBarTitleDisplayMode(self.navigationBarTitleDisplayMode)
|
||||
}
|
||||
}
|
||||
.onAppear(perform: self.updateStatus)
|
||||
|
|
@ -281,7 +281,6 @@ extension ContentView: View {
|
|||
HowToActivateView()
|
||||
} else {
|
||||
Text("Select a server on the sidebar")
|
||||
.navigationBarHidden(true)
|
||||
}
|
||||
}
|
||||
.onAppear(perform: self.updateStatus)
|
||||
|
|
|
|||
Loading…
Reference in a new issue