Skip to content

Commit

Permalink
Fix app_id
Browse files Browse the repository at this point in the history
  • Loading branch information
alldevic committed Feb 8, 2025
1 parent 1d88ac5 commit cd179ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions patches/0003-Create-app-tray-icon.patch
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,13 @@ diff --git a/main/lib/tray.js b/main/lib/tray.js
+ });
+ tray.setIgnoreDoubleClickEvents(true);
};


diff --git a/package.json b/package.json
--- a/package.json
+++ b/package.json
@@ -2,3 +2,3 @@ {
"private": true,
- "name": "YandexMusic",
+ "name": "yandex-music",
"version": "5.37.1",

0 comments on commit cd179ce

Please sign in to comment.