mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 08:25:07 +03:00
changed iconId to 101
This commit is contained in:
parent
bf64987a4a
commit
4a4bb2741e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ func New(debug bool) WebView {
|
||||||
return webview2.NewWithOptions(webview2.WebViewOptions{
|
return webview2.NewWithOptions(webview2.WebViewOptions{
|
||||||
Debug: debug,
|
Debug: debug,
|
||||||
WindowOptions: webview2.WindowOptions{
|
WindowOptions: webview2.WindowOptions{
|
||||||
IconId: 128,
|
IconId: 101,
|
||||||
Title: "RiV-mesh",
|
Title: "RiV-mesh",
|
||||||
Width: 706,
|
Width: 706,
|
||||||
Height: 960,
|
Height: 960,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue