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
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 }