Files
HelixNotes/src-tauri/tauri.macos.conf.json
T

18 lines
292 B
JSON

{
"app": {
"windows": [
{
"label": "main",
"dragDropEnabled": false,
"decorations": true,
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"trafficLightPosition": {
"x": 12,
"y": 12
}
}
]
}
}