aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/updatepage.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-06-27 16:10:28 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-07-29 01:31:39 +0200
commit45feabe822cd0fbd85224cc2f2a9e8f4c678c98e (patch)
tree5e134383b9067822d62b9b0219c4ca9862b4f7bf /ui/updatepage.go
parentupdater: use correct constant for authentication verification and free (diff)
downloadwireguard-windows-45feabe822cd0fbd85224cc2f2a9e8f4c678c98e.tar.xz
wireguard-windows-45feabe822cd0fbd85224cc2f2a9e8f4c678c98e.zip
ui: account for shield icon move in recent insider builds
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/updatepage.go')
-rw-r--r--ui/updatepage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/updatepage.go b/ui/updatepage.go
index 88992ced..cb76da6f 100644
--- a/ui/updatepage.go
+++ b/ui/updatepage.go
@@ -31,7 +31,7 @@ func NewUpdatePage() (*UpdatePage, error) {
up.SetTitle(l18n.Sprintf("An Update is Available!"))
- tabIcon, _ := loadSystemIcon("imageres", 1, 16)
+ tabIcon, _ := loadShieldIcon(16)
up.SetImage(tabIcon)
up.SetLayout(walk.NewVBoxLayout())