Skip to content

Commit 6023f8b

Browse files
rxliulileaanthony
andauthored
docs(v3): fixed notifications pkg path (#4617)
* docs(v3): fixed notifications pkg path * chore(v3): update changelog --------- Co-authored-by: Lea Anthony <[email protected]>
1 parent a72bc50 commit 6023f8b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/src/content/docs/learn/notifications.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First, initialize the notifications service:
1616

1717
```go
1818
import "github.com/wailsapp/wails/v3/pkg/application"
19-
import "github.com/wailsapp/wails/v3/services/notifications"
19+
import "github.com/wailsapp/wails/v3/pkg/services/notifications"
2020

2121
// Create a new notification service
2222
notifier := notifications.New()

v3/UNRELEASED_CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ After processing, the content will be moved to the main changelog and this file
2323

2424
## Fixed
2525
<!-- Bug fixes -->
26+
- Fix the white window appearing on Windows when creating a hidden window by @leaanthony in [#4612](https://github.com/wailsapp/wails/pull/4612)
27+
- Fix notifications package import path in documentation by @rxliuli in [#4617](https://github.com/wailsapp/wails/pull/4617)
2628
- Fix drag-and-drop not working when using npm package @wailsio/runtime (#4489) by @leaanthony in #4616
2729

2830
## Deprecated

0 commit comments

Comments
 (0)