We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2b318 commit 2beed50Copy full SHA for 2beed50
app/index.js
@@ -8,6 +8,7 @@ const path = require("path");
8
app.commandLine.appendSwitch("allow-file-access-from-files");
9
app.commandLine.appendSwitch("allow-file-access");
10
app.commandLine.appendSwitch("disable-smooth-scrolling");
11
+app.commandLine.appendSwitch("disable-site-isolation-trials");
12
13
// Disable hardware acceleration by default for Linux
14
// TODO: implement a setting for this one and requires a restart after changing that value
0 commit comments