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

17 lines
258 B
JSON

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