add existing settings

This commit is contained in:
Purp1e
2024-09-20 09:52:13 +08:00
parent 3be7e8a0b5
commit 7229e79cd4
30 changed files with 503 additions and 6 deletions

View File

@@ -57,9 +57,16 @@
{
"fullscreen": false,
"resizable": true,
"title": "Tauri NextJS App",
"width": 1280,
"height": 800
"title": "CS Toolbox",
"width": 976,
"height": 720,
"minWidth": 600,
"minHeight": 480,
"decorations": false,
"transparent": true,
"theme": "Light",
"hiddenTitle": true,
"titleBarStyle": "Overlay"
}
]
}