Fix issue causing the app to crash (#104)

This commit is contained in:
Marie
2022-02-17 12:57:26 +01:00
committed by GitHub
parent 53cecbcd18
commit 53468e0dc3

View File

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