refactor: Improve tray icon and event handling across platforms & unify click behavior

This commit is contained in:
wonfen
2025-02-11 14:48:31 +08:00
parent ef52f81494
commit 70e0a5adc8
3 changed files with 59 additions and 38 deletions

View File

@@ -21,11 +21,10 @@
}
},
"app": {
"windows": [],
"trayIcon": {
"iconPath": "icons/tray-icon.ico",
"iconAsTemplate": true,
"showMenuOnLeftClick": false
},
"windows": []
"iconAsTemplate": true
}
}
}