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 85fc97b commit 60c6138Copy full SHA for 60c6138
src/main/index.ts
@@ -11,9 +11,6 @@ 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