Update menus.mdx

This commit is contained in:
Lea Anthony
2022-02-26 10:11:05 +11:00
committed by GitHub
parent 9e08fd668c
commit 5b60fcc8f6
+1 -1
View File
@@ -79,7 +79,7 @@ type MenuItem struct {
| Checked | bool | Adds check to item (Checkbox & Radio types) |
| SubMenu | [\*Menu](#menu) | Sets the submenu |
| Click | [Callback](#callback) | Callback function when menu clicked |
| Role | string | Defines a [role](#roles) for this menu item. Mac only for now. |
| Role | string | Defines a [role](#role) for this menu item. Mac only for now. |
### Accelerator