mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-13 02:12:16 +00:00
Optimize systeminformation calls and output string (#3689)
Since we don't use the `raspberry` information, calling it in `si.get` is useless. I also made the string construction in the code a bit more readable. The output remains the same.
This commit is contained in:
committed by
GitHub
parent
553d2d4a21
commit
a7f814d76b
@@ -17,7 +17,8 @@ planned for 2025-04-01
|
||||
|
||||
### Changed
|
||||
|
||||
- [core] starting clientonly now checks for needed env var `WAYLAND_DISPLAY` or `DISPLAY` and starts electron with needed parameters (if both are set wayland is used)
|
||||
- [core] starting clientonly now checks for needed env var `WAYLAND_DISPLAY` or `DISPLAY` and starts electron with needed parameters (if both are set wayland is used) (#3677)
|
||||
- [core] Optimize systeminformation calls and output
|
||||
|
||||
### Removed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user