We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7287c1e commit c0a83efCopy full SHA for c0a83ef
docs/src/content/docs/learn/badges.mdx
@@ -14,9 +14,8 @@ Wails provides a cross-platform badge service for desktop applications. This ser
14
15
First, initialize the badge service:
16
17
-```go
18
import "github.com/wailsapp/wails/v3/pkg/application"
19
-import "github.com/wailsapp/wails/v3/services/badge"
+import "github.com/wailsapp/wails/v3/pkg/services/badge"
20
21
// Create a new badge service
22
badgeService := badge.New()
@@ -27,7 +26,6 @@ app := application.New(application.Options{
27
26
application.NewService(badgeService),
28
},
29
})
30
-```
31
32
## Badge Operations
33
0 commit comments