From 4a4bb2741e3541d84def1c77eb7e7389e7f9abec Mon Sep 17 00:00:00 2001 From: Mihail Slobodyanuk Date: Mon, 19 Dec 2022 13:49:40 +0200 Subject: [PATCH] changed iconId to 101 --- contrib/ui/mesh-ui/webview_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ui/mesh-ui/webview_windows.go b/contrib/ui/mesh-ui/webview_windows.go index 96badc20..70bb2bb5 100755 --- a/contrib/ui/mesh-ui/webview_windows.go +++ b/contrib/ui/mesh-ui/webview_windows.go @@ -50,7 +50,7 @@ func New(debug bool) WebView { return webview2.NewWithOptions(webview2.WebViewOptions{ Debug: debug, WindowOptions: webview2.WindowOptions{ - IconId: 128, + IconId: 101, Title: "RiV-mesh", Width: 706, Height: 960,