0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-04-01 23:03:44 +03:00

Merge pull request #156 from alldevic/small-fixes

This commit is contained in:
Andrey Onischenko 2025-02-24 15:53:47 +03:00 committed by GitHub
commit fcf16133cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -22,6 +22,7 @@ Native YandexMusic client for Linux. Built using repacking of Windows client (El
- [Tray mode](#tray-mode)
- [Dev tools](#dev-tools)
- [Custom title bar](#custom-title-bar)
- [Vibe animation FPS control](#vibe-animation-fps-control)
- [Manual Build](#manual-build)
- [Prerequisites](#prerequisites)
- [Extract app only](#extract-app-only)
@ -165,7 +166,7 @@ Yandex Music's custom Windows-styled titlebar can be enabled by setting `CUSTOM_
### Vibe animation FPS control
Vibe animation FPS can be control by setting `VIBE_ANIMATION_MAX_FPS` option from `0` (black screen) to any reasonable number. Default `25`.
Vibe animation FPS can be control by setting `VIBE_ANIMATION_MAX_FPS` option from `0` (black screen) to any reasonable number. Recommended `25` - `144`. Default `25`.
***

View File

@ -110,8 +110,6 @@ diff --git a/main/lib/tray.js b/main/lib/tray.js
diff --git a/package.json b/package.json
--- a/package.json
+++ b/package.json
@@ -2,3 +2,3 @@ {
"private": true,
@@ -3,1 +3,1 @@
- "name": "YandexMusic",
+ "name": "yandex-music",
"version": "5.37.1",