summaryrefslogtreecommitdiff
path: root/systray.go
diff options
context:
space:
mode:
Diffstat (limited to 'systray.go')
-rw-r--r--systray.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/systray.go b/systray.go
index 5b2977e..28aeb29 100644
--- a/systray.go
+++ b/systray.go
@@ -77,7 +77,7 @@ func (bt *bmTray) onReady() {
bt.mCancel.Hide()
systray.AddSeparator()
- if bt.conf.SelectWateway {
+ if bt.conf.SelectGateway {
bt.addGateways()
}