From 1b3cf7685d0ed1c0dde94a0fa5b23996e2f6e1e2 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Thu, 30 Apr 2026 10:23:11 -0400 Subject: [PATCH] docs: add reference to Apple docs --- docs/api/structures/menu-item-badge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/structures/menu-item-badge.md b/docs/api/structures/menu-item-badge.md index 0abfdca2c7..1cdafcb441 100644 --- a/docs/api/structures/menu-item-badge.md +++ b/docs/api/structures/menu-item-badge.md @@ -1,5 +1,5 @@ # MenuItemBadge Object -* `type` string (optional) - Can be `alerts`, `updates`, `new-items` or `none`. Default is `none`. +* `type` string (optional) - Can be `alerts`, `updates`, `new-items` or `none`. Default is `none`. See https://developer.apple.com/documentation/appkit/nsmenuitembadge#Creating-badges-of-a-specific-type for further explanation of these types. * `count` number (optional) - The number of items the badge displays. Cannot be used with `type: 'none'`. * `content` string (optional) - A custom string to display in the badge. Only usable with `type: 'none'`.