File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " gitify" ,
3- "version" : " 6.4.1 " ,
3+ "version" : " 6.5.0 " ,
44 "description" : " GitHub notifications on your menu bar." ,
55 "main" : " build/main.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 44# =====================================================
55sonar.projectKey =gitify-app_gitify
66sonar.organization =gitify-app
7- sonar.projectVersion =v6.4.1
7+ sonar.projectVersion =v6.5.0
88sonar.projectDescription =GitHub notifications on your menu bar.
99
1010
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ import { TrayIcons } from './icons';
1111import MenuBuilder from './menu' ;
1212import Updater from './updater' ;
1313
14- // https://github.com/electron/electron/issues/46538
15- if ( isLinux ) app . commandLine ?. appendSwitch ( 'gtk-version' , '3' ) ;
16-
1714log . initialize ( ) ;
1815
1916const browserWindowOpts = {
You can’t perform that action at this time.
0 commit comments