From 00439ce1803e7fcefab687f35a36b71a558f2d23 Mon Sep 17 00:00:00 2001 From: Nikolay Bely Date: Tue, 18 Feb 2025 23:25:23 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b26b7d..736cf3e 100644 --- a/README.md +++ b/README.md @@ -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`. *** From 16d49c5a80c9ac6840a213d7a820e57767111570 Mon Sep 17 00:00:00 2001 From: Nikolay Bely Date: Tue, 18 Feb 2025 23:26:27 +0700 Subject: [PATCH 2/2] Fix offset in 0003 patch --- patches/0003-Create-app-tray-icon.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/patches/0003-Create-app-tray-icon.patch b/patches/0003-Create-app-tray-icon.patch index 74c7400..7584be1 100644 --- a/patches/0003-Create-app-tray-icon.patch +++ b/patches/0003-Create-app-tray-icon.patch @@ -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",