This commit is contained in:
Krishan
2023-10-21 22:04:21 +11:00
5 changed files with 154 additions and 12 deletions

View File

@@ -72,6 +72,11 @@
],
"security": {
"csp": "script-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
},
"systemTray": {
"iconPath": "icons/32x32.png",
"iconAsTemplate": true,
"menuOnLeftClick": false
}
}
}