fix(desktop): completely disable pinch to zoom

This commit is contained in:
Brendan Allan 2026-01-20 14:07:39 +08:00
parent 68d1755a9e
commit 8b379329a6
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E
3 changed files with 33 additions and 6 deletions

View file

@ -19,7 +19,7 @@
"url": "/",
"decorations": true,
"dragDropEnabled": false,
"zoomHotkeysEnabled": true,
"zoomHotkeysEnabled": false,
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"trafficLightPosition": { "x": 12.0, "y": 18.0 }