Skip to content

Commit 70b557a

Browse files
committed
Merge branch 'main' of https://github.com/gitify-app/gitify
2 parents ce6da96 + 34af79e commit 70b557a

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# =====================================================
55
sonar.projectKey=gitify-app_gitify
66
sonar.organization=gitify-app
7-
sonar.projectVersion=v6.4.1
7+
sonar.projectVersion=v6.5.0
88
sonar.projectDescription=GitHub notifications on your menu bar.
99

1010

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)