Skip to content

Commit

Permalink
Enabled wayland platform flags by default when launching through .des…
Browse files Browse the repository at this point in the history
…ktop file fixes #273 #347
  • Loading branch information
Mastermindzh committed Mar 24, 2024
1 parent 8e11fd7 commit b2f27a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fixes [#356](https://github.com/Mastermindzh/tidal-hifi/issues/356)
- fixes [#370](https://github.com/Mastermindzh/tidal-hifi/issues/370)
- Reverted to using old icon syntax with icons in the build directory. fixes [#350](https://github.com/Mastermindzh/tidal-hifi/issues/350)
- Enabled wayland platform flags by default when launching through .desktop file
- fixes [#273](https://github.com/Mastermindzh/tidal-hifi/issues/273)
- fixes [#347](https://github.com/Mastermindzh/tidal-hifi/issues/347)

## [5.9.0]

Expand Down
6 changes: 6 additions & 0 deletions build/electron-builder.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ linux:
target:
- dir
executableName: tidal-hifi
executableArgs:
[
"--enable-features=UseOzonePlatform",
"--ozone-platform-hint=auto",
"--enable-features=WaylandWindowDecorations",
]
desktop:
Encoding: UTF-8
Name: TIDAL Hi-Fi
Expand Down

0 comments on commit b2f27a2

Please sign in to comment.