mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
fix code block
This commit is contained in:
parent
c0a83efe6d
commit
59cc71bdbb
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ Wails provides a cross-platform badge service for desktop applications. This ser
|
|||
|
||||
First, initialize the badge service:
|
||||
|
||||
```go
|
||||
import "github.com/wailsapp/wails/v3/pkg/application"
|
||||
import "github.com/wailsapp/wails/v3/pkg/services/badge"
|
||||
|
||||
|
|
@ -26,6 +27,7 @@ app := application.New(application.Options{
|
|||
application.NewService(badgeService),
|
||||
},
|
||||
})
|
||||
```
|
||||
|
||||
## Badge Operations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue