Headless-Titelleiste (Tauri decorations:false): Fensterknöpfe links + Drag-Region, Tauri-Fenstersteuerung + Window-Capabilities

This commit is contained in:
2026-07-05 19:42:48 +02:00
parent c40764a25f
commit 456bf29984
5 changed files with 103 additions and 33 deletions
+3 -1
View File
@@ -10,10 +10,12 @@
"app": {
"windows": [
{
"label": "main",
"title": "cad",
"width": 1400,
"height": 900,
"dragDropEnabled": false
"dragDropEnabled": false,
"decorations": false
}
],
"security": {