Merge pull request #6763 from menloresearch/chore/turn-off-zoomHotkeysEnabled

chore: turn off zoomHotkeysEnabled
This commit is contained in:
Faisal Amir 2025-10-08 19:16:34 +07:00 committed by GitHub
commit 610b741db2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,6 @@
"macOSPrivateApi": true, "macOSPrivateApi": true,
"windows": [ "windows": [
{ {
"zoomHotkeysEnabled": true,
"label": "main", "label": "main",
"title": "Jan", "title": "Jan",
"width": 1024, "width": 1024,
@ -40,7 +39,12 @@
} }
], ],
"security": { "security": {
"capabilities": ["default", "logs-app-window", "logs-window", "system-monitor-window"], "capabilities": [
"default",
"logs-app-window",
"logs-window",
"system-monitor-window"
],
"csp": { "csp": {
"default-src": "'self' customprotocol: asset: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*", "default-src": "'self' customprotocol: asset: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*",
"connect-src": "ipc: http://ipc.localhost http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:* https: http:", "connect-src": "ipc: http://ipc.localhost http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:* https: http:",