aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/tray.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ui/tray.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tray.go b/ui/tray.go
index e5260ae1..c9091211 100644
--- a/ui/tray.go
+++ b/ui/tray.go
@@ -70,7 +70,7 @@ func (tray *Tray) setup() error {
{label: "&Manage tunnels...", handler: tray.mtw.Show, enabled: true},
{label: "&Import tunnel(s) from file...", handler: tray.mtw.onImport, enabled: true},
{separator: true},
- {label: "&About WireGuard", handler: onAbout, enabled: true},
+ {label: "&About WireGuard", handler: func() { onAbout(tray.mtw) }, enabled: true},
{label: "&Quit", handler: onQuit, enabled: true},
} {
var action *walk.Action