We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6e21e commit 188f69cCopy full SHA for 188f69c
src-tauri/src/app/menu.rs
@@ -28,6 +28,7 @@ pub fn set_system_tray(app: &AppHandle) -> tauri::Result<()> {
28
}
29
_ => (),
30
})
31
+ .icon(app.default_window_icon().unwrap().clone())
32
.build(app)?;
33
34
tray.set_icon_as_template(false)?;
src-tauri/tauri.conf.json
@@ -7,11 +7,6 @@
7
"security": {
8
"csp": null
9
},
10
- "trayIcon": {
11
- "iconPath": "png/icon_512.png",
12
- "iconAsTemplate": false,
13
- "id": "pake-tray"
14
- },
15
"withGlobalTauri": true
16
17
"build": {
0 commit comments