From dc1a38838fdde712f8935ad788949bbebc56e1a1 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 19 Jun 2025 15:13:57 +0300 Subject: [PATCH] version bump to 1.2.66.447 - fixed parameter "old_lyrics" --- run.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.ps1 b/run.ps1 index 3f8a65e..9618f2a 100644 --- a/run.ps1 +++ b/run.ps1 @@ -378,7 +378,7 @@ if (!($version -and $version -match $match_v)) { } else { # latest tested version for Win 10-12 - $onlineFull = "1.2.66.445.ge795b717-376" + $onlineFull = "1.2.66.447.g4e37e896-540" } } else { @@ -1203,7 +1203,7 @@ function Helper($paramname) { if ($old_lyrics) { Remove-Json -j $Enable -p 'RightSidebarLyrics' - $Custom.GlobalNavBar.value = "CONTROL" + $Custom.LyricsVariationsInNPV.value = "CONTROL" } } }