mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Merge pull request #161 from kkebo/fix-missing-sidebar-issue
fix: fix missing sidebar issue
This commit is contained in:
commit
e4775b3d44
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