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:
Kristjan ESPERANTO
2025-01-12 23:27:31 +01:00
committed by GitHub
parent 553d2d4a21
commit a7f814d76b
2 changed files with 9 additions and 7 deletions

View File

@@ -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