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 6e397d0 commit 5d0c35bCopy full SHA for 5d0c35b
src/main/main.ts
@@ -11,6 +11,9 @@ import { TrayIcons } from './icons';
11
import MenuBuilder from './menu';
12
import Updater from './updater';
13
14
+// https://github.com/electron/electron/issues/46538
15
+if (isLinux) app.commandLine?.appendSwitch('gtk-version', '3');
16
+
17
log.initialize();
18
19
const browserWindowOpts = {
0 commit comments