Merge pull request #6763 from menloresearch/chore/turn-off-zoomHotkeysEnabled
chore: turn off zoomHotkeysEnabled
This commit is contained in:
commit
610b741db2
@ -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:",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user