You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): add option to disable tray menu on left click, closes#4584 (#4587)
* feat(core): add option to disable tray menu on left click, closes#4584
* Update .changes/menu-on-left-click.md [skip ci]
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
/// A Boolean value that determines whether the image represents a [template](https://developer.apple.com/documentation/appkit/nsimage/1520017-template?language=objc) image on macOS.
2296
2296
#[serde(default)]
2297
2297
pubicon_as_template:bool,
2298
+
/// A Boolean value that determines whether the menu should appear when the tray icon receives a left click on macOS.
Copy file name to clipboardExpand all lines: tooling/cli/schema.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2409,6 +2409,11 @@
2409
2409
"description": "A Boolean value that determines whether the image represents a [template](https://developer.apple.com/documentation/appkit/nsimage/1520017-template?language=objc) image on macOS.",
2410
2410
"default": false,
2411
2411
"type": "boolean"
2412
+
},
2413
+
"menuOnLeftClick": {
2414
+
"description": "A Boolean value that determines whether the menu should appear when the tray icon receives a left click on macOS.",
0 commit comments