mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-12 09:52:37 +00:00
[core] chore: simplify Wayland start script (#3974)
Remove `--enable-features=UseOzonePlatform` and `--ozone-platform=wayland` flags as Electron 38+ changed the default `--ozone-platform` to `auto`, which automatically detects and uses Wayland when running in a Wayland session. Source: https://www.electronjs.org/blog/electron-38-0#removed-electron_ozone_platform_hint-environment-variable.
This commit is contained in:
committed by
GitHub
parent
a0f1a2c61e
commit
ca6e8b2857
@@ -38,7 +38,8 @@ planned for 2026-01-01
|
||||
- [tests] migrate e2e tests to Playwright (#3950)
|
||||
- [calendar] refactor: migrate CalendarFetcher to ES6 class and improve error handling (#3958)
|
||||
- [gitignore] cleanup/simplify .gitignore (#3952, #3954, #3968, #3969)
|
||||
- refactor(compliments): optimize `loadComplimentFile` method and add unit tests(#3969)
|
||||
- [compliments] refactor: optimize `loadComplimentFile` method and add unit tests(#3969)
|
||||
- [core] chore: simplify Wayland start script (#3974)
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user