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
Copy file name to clipboardexpand all lines: crates/tauri-cli/config.schema.json
+7-1
Original file line number
Diff line number
Diff line change
@@ -1624,7 +1624,13 @@
1624
1624
"type": "boolean"
1625
1625
},
1626
1626
"menuOnLeftClick": {
1627
-
"description": "A Boolean value that determines whether the menu should appear when the tray icon receives a left click on macOS.",
1627
+
"description": "A Boolean value that determines whether the menu should appear when the tray icon receives a left click.\n\n ## Platform-specific:\n\n - **Linux**: Unsupported.",
1628
+
"default": true,
1629
+
"deprecated": true,
1630
+
"type": "boolean"
1631
+
},
1632
+
"showMenuOnLeftClick": {
1633
+
"description": "A Boolean value that determines whether the menu should appear when the tray icon receives a left click.\n\n ## Platform-specific:\n\n - **Linux**: Unsupported.",
Copy file name to clipboardexpand all lines: crates/tauri-schema-generator/schemas/config.schema.json
+7-1
Original file line number
Diff line number
Diff line change
@@ -1624,7 +1624,13 @@
1624
1624
"type": "boolean"
1625
1625
},
1626
1626
"menuOnLeftClick": {
1627
-
"description": "A Boolean value that determines whether the menu should appear when the tray icon receives a left click on macOS.",
1627
+
"description": "A Boolean value that determines whether the menu should appear when the tray icon receives a left click.\n\n ## Platform-specific:\n\n - **Linux**: Unsupported.",
1628
+
"default": true,
1629
+
"deprecated": true,
1630
+
"type": "boolean"
1631
+
},
1632
+
"showMenuOnLeftClick": {
1633
+
"description": "A Boolean value that determines whether the menu should appear when the tray icon receives a left click.\n\n ## Platform-specific:\n\n - **Linux**: Unsupported.",
/// 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.
2432
2432
#[serde(default, alias = "icon-as-template")]
2433
2433
pubicon_as_template:bool,
2434
-
/// A Boolean value that determines whether the menu should appear when the tray icon receives a left click on macOS.
2434
+
/// A Boolean value that determines whether the menu should appear when the tray icon receives a left click.
2435
+
///
2436
+
/// ## Platform-specific:
2437
+
///
2438
+
/// - **Linux**: Unsupported.
2435
2439
#[serde(default = "default_true", alias = "menu-on-left-click")]
0 commit comments