Skip to content

Commit

Permalink
Merge branch 'v3-alpha' into feature/v3-add-appdata-path-to-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ansxuman authored Oct 21, 2024
2 parents afb8385 + 4325b06 commit 129592d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mkdocs-website/docs/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `Path` method to `application` package by [ansxuman](https://github.com/ansxuman) in [#3823](https://github.com/wailsapp/wails/pull/3823)

### Fixed
- Fixed `AlwaysOnTop` not working on Mac by [leaanthony](https://github.com/leaanthony)
in [#3841](https://github.com/wailsapp/wails/pull/3841)
- Fixed `AlwaysOnTop` not working on Mac by [leaanthony](https://github.com/leaanthony) in [#3841](https://github.com/wailsapp/wails/pull/3841)
- [darwin] Fixed `application.NewEditMenu` including a duplicate `PasteAndMatchStyle` role in the edit menu on Darwin by [johnmccabe](https://github.com/johnmccabe) in [#3839](https://github.com/wailsapp/wails/pull/3839)

## v3.0.0-alpha.7 - 2024-09-18

Expand Down
1 change: 0 additions & 1 deletion v3/pkg/application/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ func NewEditMenu() *MenuItem {
editMenu.AddRole(Copy)
editMenu.AddRole(Paste)
if runtime.GOOS == "darwin" {
editMenu.AddRole(PasteAndMatchStyle)
editMenu.AddRole(PasteAndMatchStyle)
editMenu.AddRole(Delete)
editMenu.AddRole(SelectAll)
Expand Down

0 comments on commit 129592d

Please sign in to comment.