Files
cc-switch/src-tauri/tauri.windows.conf.json
2026-02-04 10:37:54 +08:00

16 lines
275 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"app": {
"windows": [
{
"label": "main",
"title": "CC Switch",
"titleBarStyle": "Visible",
"visible": false,
"minWidth": 900,
"minHeight": 600
}
]
}
}