changed tauri-conf

This commit is contained in:
2023-01-29 18:50:04 +09:00
parent 843278539c
commit 24a1cf5135

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "pokemon-data-displayer",
"version": "0.0.3"
"version": "0.0.4"
},
"tauri": {
"allowlist": {
@@ -60,11 +60,11 @@
"windows": [
{
"fullscreen": false,
"height": 900,
"height": 950,
"resizable": true,
"title": "pokemon-data-displayer",
"width": 1000,
"alwaysOnTop": true
"alwaysOnTop": false
}
]
}