We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08410d3 commit 2067a85Copy full SHA for 2067a85
src-main/index.js
@@ -38,11 +38,6 @@ if (!settings.hardwareAcceleration) {
38
app.commandLine.appendSwitch('enable-unsafe-swiftshader');
39
}
40
41
-// Workaround for https://github.com/electron/electron/issues/46538
42
-if (process.platform === 'linux') {
43
- app.commandLine.appendSwitch('gtk-version', '3');
44
-}
45
-
46
app.on('session-created', (session) => {
47
// Permission requests are delegated to AbstractWindow
48
0 commit comments