Skip to content

Commit 2067a85

Browse files
committed
Remove --gtk-version=3 workaround as no longer needed
1 parent 08410d3 commit 2067a85

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src-main/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ if (!settings.hardwareAcceleration) {
3838
app.commandLine.appendSwitch('enable-unsafe-swiftshader');
3939
}
4040

41-
// Workaround for https://github.com/electron/electron/issues/46538
42-
if (process.platform === 'linux') {
43-
app.commandLine.appendSwitch('gtk-version', '3');
44-
}
45-
4641
app.on('session-created', (session) => {
4742
// Permission requests are delegated to AbstractWindow
4843

0 commit comments

Comments
 (0)