diff --git a/src/main.js b/src/main.js index f2002f3..bc3757b 100644 --- a/src/main.js +++ b/src/main.js @@ -29,6 +29,11 @@ if (!app.isPackaged) { }); } +/** + * Fix Display Compositor issue. + */ +app.commandLine.appendSwitch('disable-seccomp-filter-sandbox'); + /** * Update the menuBarVisbility according to the store value *