diff --git a/docs/src/content/docs/learn/badges.mdx b/docs/src/content/docs/learn/badges.mdx index a40597dcd..ef402a64d 100644 --- a/docs/src/content/docs/learn/badges.mdx +++ b/docs/src/content/docs/learn/badges.mdx @@ -179,8 +179,8 @@ badgeService.RemoveBadge() | Method | Description | |----------------------------------------------|------------------------------------------------------------| | `SetBadge(label string) error` | Sets a badge with the specified label | +| `SetCustomBadge(label string, options Options) error` | Sets a badge with the specified label and custom styling options (Windows only) | | `RemoveBadge() error` | Removes the badge from the application icon | - ### Structs and Types ```go