mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Adds a `badge` property to `MenuItem` on macOS, backed by AppKit's `NSMenuItemBadge` API (macOS 14+). The property accepts a `MenuItemBadge` object with a `type` (`alerts`, `updates`, `new-items`, or `none`) and an optional `count` or custom `content` string. The badge can be set at construction time or updated dynamically after the item has been added to a menu.