chore: turn off zoomHotkeysEnabled
This commit is contained in:
parent
706dad2687
commit
f224d18d7f
@ -13,7 +13,6 @@
|
||||
"macOSPrivateApi": true,
|
||||
"windows": [
|
||||
{
|
||||
"zoomHotkeysEnabled": true,
|
||||
"label": "main",
|
||||
"title": "Jan",
|
||||
"width": 1024,
|
||||
@ -40,7 +39,12 @@
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"capabilities": ["default", "logs-app-window", "logs-window", "system-monitor-window"],
|
||||
"capabilities": [
|
||||
"default",
|
||||
"logs-app-window",
|
||||
"logs-window",
|
||||
"system-monitor-window"
|
||||
],
|
||||
"csp": {
|
||||
"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:",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user