Files
bili-shadowreplay/src-tauri/tauri.linux.conf.json
2024-10-18 13:30:27 +08:00

18 lines
311 B
JSON

{
"app": {
"windows": [
{
"label": "main",
"fullscreen": false,
"resizable": true,
"title": "BiliBili ShadowReplay",
"width": 1300,
"height": 600,
"transparent": false,
"decorations": true,
"theme": "Light"
}
]
}
}