mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Use the preset servers in the preview of ContentView
This commit is contained in:
parent
0e30e88aba
commit
4928a71787
1 changed files with 1 additions and 1 deletions
|
|
@ -311,6 +311,6 @@ extension ContentView: View {
|
|||
|
||||
struct ContentView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
ContentView(servers: .constant([]), usedID: .constant(nil))
|
||||
ContentView(servers: .constant(Presets.servers), usedID: .constant(nil))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue