Add system tray support (#166)
* Added sytem tray with hide/show buttons * Split tray into separate module * Fix persistent console window * Show/hide window on tray icon click --------- Co-authored-by: serxka <serxka@protonmail.com> Co-authored-by: Milo <40355097+serxka@users.noreply.github.com> Co-authored-by: greentore <117551249+greentore@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user