fix(desktop): completely disable pinch to zoom

This commit is contained in:
Brendan Allan
2026-01-20 14:07:39 +08:00
parent 162f3589c2
commit 90024c8acb
3 changed files with 33 additions and 6 deletions
+1 -1
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 }