changed iconId to 101

This commit is contained in:
Mihail Slobodyanuk 2022-12-19 13:49:40 +02:00
parent bf64987a4a
commit 4a4bb2741e

View file

@ -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,