Skip to content

Commit 011665c

Browse files
committed
fix: fixed startup for Gnome DE
1 parent b6963a7 commit 011665c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/main.ts

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

14+
if (isLinux) app.commandLine?.appendSwitch('--gtk-version', '3');
15+
1416
log.initialize();
1517

1618
const browserWindowOpts = {

0 commit comments

Comments
 (0)