Undo system tray and single instance (#312)

* Revert 5872ab9

* Undo 095b8fc
This commit is contained in:
Krishan
2024-07-25 14:15:59 +10:00
committed by GitHub
parent 8921baf41a
commit e8f5c4ce24
4 changed files with 2 additions and 128 deletions

View File

@@ -72,11 +72,6 @@
],
"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
}
}
}