aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/ui.go
diff options
context:
space:
mode:
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)