Files
Starlight_Lancher/apps/app/tauri.macos.conf.json

26 lines
438 B
JSON

{
"app": {
"windows": [
{
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"fullscreen": false,
"height": 800,
"resizable": true,
"title": "Axolotl Launcher",
"width": 1280,
"minHeight": 700,
"minWidth": 1100,
"visible": false,
"zoomHotkeysEnabled": false,
"decorations": true,
"transparent": true,
"trafficLightPosition": {
"x": 15.0,
"y": 22.0
}
}
]
}
}