From 53468e0dc335110730e76cdd58a5ae1ec5bd64f5 Mon Sep 17 00:00:00 2001 From: Marie Date: Thu, 17 Feb 2022 12:57:26 +0100 Subject: [PATCH] Fix issue causing the app to crash (#104) --- src/main.js | 5 +++++ 1 file changed, 5 insertions(+) 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 *