Remove hardcoded window config

This commit is contained in:
Gregory Schier
2023-03-29 22:16:21 -07:00
parent 83e41ad618
commit 7912204fcb

View File

@@ -11,19 +11,7 @@
"version": "0.0.2"
},
"tauri": {
"windows": [
{
"fullscreen": false,
"hiddenTitle": true,
"resizable": true,
"title": "Yaak",
"titleBarStyle": "Overlay",
"height": 600,
"width": 1100,
"minWidth": 400,
"minHeight": 400
}
],
"windows": [],
"allowlist": {
"all": false,
"fs": {