Karsten Hassel fa7c7fc8cf
respect width/height (no fullscreen) if set in electronOptions... (#3187)
... in `config.js`.

Solves #3174 

With getting width/heigt from
`electron.screen.getPrimaryDisplay().workAreaSize` introduced with
https://github.com/MichMich/MagicMirror/pull/3161 the solution was to
remove the `setFullscreen` line.

So per default the fullscreen resolution is used but when someone now
uses `electronOptions.width`/`electronOptions.height` in `config.js`
these parameters are used and so "no fullscreen" is possible.
2023-09-13 22:59:36 +02:00
..
2023-09-08 07:43:39 +02:00
2023-07-01 20:59:34 +02:00
2022-01-26 23:09:26 +01:00
2023-09-08 07:43:39 +02:00
2022-01-26 23:09:26 +01:00
2023-09-08 07:43:39 +02:00
2022-01-26 23:09:26 +01:00