mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Add custom switches for electron mainWindow
This commit is contained in:
@@ -19,7 +19,8 @@ let mainWindow;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function createWindow() {
|
function createWindow() {
|
||||||
app.commandLine.appendSwitch("autoplay-policy", "no-user-gesture-required");
|
let electronSwitchesDefaults = ["autoplay-policy", "no-user-gesture-required"];
|
||||||
|
app.commandLine.appendSwitch(...new Set(electronSwitchesDefaults, config.electronSwitches));
|
||||||
let electronOptionsDefaults = {
|
let electronOptionsDefaults = {
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
|
Reference in New Issue
Block a user