We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900da01 commit b942293Copy full SHA for b942293
docs/src/content/docs/learn/badges.mdx
@@ -179,8 +179,8 @@ badgeService.RemoveBadge()
179
| Method | Description |
180
|----------------------------------------------|------------------------------------------------------------|
181
| `SetBadge(label string) error` | Sets a badge with the specified label |
182
+| `SetCustomBadge(label string, options Options) error` | Sets a badge with the specified label and custom styling options (Windows only) |
183
| `RemoveBadge() error` | Removes the badge from the application icon |
-
184
### Structs and Types
185
186
```go
0 commit comments