mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Always show something on DetailView
This commit is contained in:
parent
9105f3b8f0
commit
2e9ee7ee54
1 changed files with 3 additions and 0 deletions
|
|
@ -207,6 +207,9 @@ extension ContentView: View {
|
|||
|
||||
if !self.isEnabled {
|
||||
HowToActivateView(isSheet: false)
|
||||
} else {
|
||||
Text("Select a server on the sidebar")
|
||||
.navigationBarHidden(true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue