changed tauri-conf
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "pokemon-data-displayer",
|
"productName": "pokemon-data-displayer",
|
||||||
"version": "0.0.3"
|
"version": "0.0.4"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
@@ -60,11 +60,11 @@
|
|||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
"height": 900,
|
"height": 950,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"title": "pokemon-data-displayer",
|
"title": "pokemon-data-displayer",
|
||||||
"width": 1000,
|
"width": 1000,
|
||||||
"alwaysOnTop": true
|
"alwaysOnTop": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user