aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/ui.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-27 16:43:24 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-27 16:43:24 +0200
commita15ba03057f57950dab0c5edcdd733968a2c9524 (patch)
tree19525a26b21e7735ffc546405fb7e578abfe21aa /ui/ui.go
parentui: set tray check to original state because change is async (diff)
downloadwireguard-windows-a15ba03057f57950dab0c5edcdd733968a2c9524.tar.xz
wireguard-windows-a15ba03057f57950dab0c5edcdd733968a2c9524.zip
ui: add icon to about dialog
Diffstat (limited to 'ui/ui.go')
-rw-r--r--ui/ui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.go b/ui/ui.go
index 6ea0a8f6..e24fc6c8 100644
--- a/ui/ui.go
+++ b/ui/ui.go
@@ -76,6 +76,7 @@ func onAbout(owner walk.Form) {
dlg, _ := walk.NewDialogWithFixedSize(owner)
dlg.SetTitle("About WireGuard")
dlg.SetLayout(vbl)
+ dlg.SetIcon(iconProvider.baseIcon)
font, _ := walk.NewFont("Segoe UI", 9, 0)
dlg.SetFont(font)