Add macOS native titlebar support

This commit is contained in:
Yuri Karamian
2026-02-13 01:30:10 +01:00
parent 6dfea864f3
commit ea323e508b
3 changed files with 33 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"app": {
"windows": [
{
"label": "main",
"decorations": true,
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"trafficLightPosition": {
"x": 12,
"y": 10
}
}
]
}
}