Skip to content

Commit

Permalink
CRISTAL-444: And error message is presented to the user when starting…
Browse files Browse the repository at this point in the history
… electron with default parameters
  • Loading branch information
manuelleduc committed Jan 30, 2025
1 parent 1f4adca commit 4b3d85b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions electron/main/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ if (import.meta.env.PROD) {
)
.catch((e) => console.error("Failed check and install updates:", e));
}

app.commandLine.appendSwitch("--no-sandbox");

0 comments on commit 4b3d85b

Please sign in to comment.