diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a2772..2a67aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/build/electron-builder.base.yml b/build/electron-builder.base.yml index 937ce17..ac42971 100644 --- a/build/electron-builder.base.yml +++ b/build/electron-builder.base.yml @@ -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