diff --git a/patches/0003-Create-app-tray-icon.patch b/patches/0003-Create-app-tray-icon.patch index a019b92..c849d9e 100644 --- a/patches/0003-Create-app-tray-icon.patch +++ b/patches/0003-Create-app-tray-icon.patch @@ -12,7 +12,7 @@ diff --git a/main/lib/createTray.js b/main/lib/createTray.js + {label: 'Open Window', click: () => window.show()}, + {label: 'Quit YandexMusic', click: () => app.quit()} + ]); -+ tray.setToolTip('This is my application.'); ++ tray.setToolTip('Yandex Music'); + tray.setContextMenu(contextMenu); + + tray.on('click', () => {