fix: usar defaultWindowIcon no tauri
This commit is contained in:
parent
3f0702d80b
commit
a456a8e209
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@
|
|||
"title": "Raven",
|
||||
"width": 1100,
|
||||
"height": 720,
|
||||
"resizable": true,
|
||||
"icon": "icons/icon.png"
|
||||
"resizable": true
|
||||
}
|
||||
],
|
||||
"defaultWindowIcon": "icons/icon.png",
|
||||
"security": {
|
||||
"csp": null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue