mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
add comments in electron.js
This commit is contained in:
parent
00a7c6b5be
commit
88f7570caf
@ -8,6 +8,8 @@ const Log = require("logger");
|
|||||||
let config = process.env.config ? JSON.parse(process.env.config) : {};
|
let config = process.env.config ? JSON.parse(process.env.config) : {};
|
||||||
// Module to control application life.
|
// Module to control application life.
|
||||||
const app = electron.app;
|
const app = electron.app;
|
||||||
|
// If ELECTRON_DISABLE_GPU is set electron is startet with --disable-gpu flag.
|
||||||
|
// See https://www.electronjs.org/docs/latest/tutorial/offscreen-rendering for more info.
|
||||||
if (process.env.ELECTRON_DISABLE_GPU !== undefined) {
|
if (process.env.ELECTRON_DISABLE_GPU !== undefined) {
|
||||||
app.disableHardwareAcceleration();
|
app.disableHardwareAcceleration();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user