aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/ui.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-11 01:51:47 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-12 03:00:46 -0600
commit72ffcd0a79fac3112f436c3841c3ca8b3815391d (patch)
treec084e1ea8396e21706c71ef7565c98f96e09cd55 /ui/ui.go
parentbuild: allow make to skip hidden directory to reduce stats (diff)
downloadwireguard-windows-72ffcd0a79fac3112f436c3841c3ca8b3815391d.tar.xz
wireguard-windows-72ffcd0a79fac3112f436c3841c3ca8b3815391d.zip
ui: initial stab at a better confview
Diffstat (limited to 'ui/ui.go')
-rw-r--r--ui/ui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.go b/ui/ui.go
index db97823d..66c5fc12 100644
--- a/ui/ui.go
+++ b/ui/ui.go
@@ -97,7 +97,7 @@ func RunUI() {
se.SetText(demoConfig)
}
- cv, _ := syntax.NewConfView(mw)
+ cv, _ := NewConfView(mw)
cv.SetVisible(false)
cv.SetEnabled(false)