fix: disable left click menu on macOS (#930)

This commit is contained in:
PlayerNeo 2024-04-27 20:52:29 +08:00 committed by GitHub
parent 0e82426ea1
commit e1ccd71455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,8 @@
"tauri": {
"systemTray": {
"iconPath": "icons/mac-tray-icon.png",
"iconAsTemplate": true
"iconAsTemplate": true,
"menuOnLeftClick": false
},
"bundle": {
"identifier": "io.github.clash-verge-rev.clash-verge-rev",