Skip to content

Commit 60c6138

Browse files
authored
chore(linux): allow gtk 4 again (#2094)
chore: allow gtk 4 again The linked issue is reported to be resolved, so let's try allowing GTK 4 again.
1 parent 85fc97b commit 60c6138

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ import { TrayIcons } from './icons';
1111
import MenuBuilder from './menu';
1212
import Updater from './updater';
1313

14-
// https://github.com/electron/electron/issues/46538
15-
if (isLinux) app.commandLine?.appendSwitch('gtk-version', '3');
16-
1714
log.initialize();
1815

1916
const browserWindowOpts = {

0 commit comments

Comments
 (0)