version bump to 1.2.41.434

This commit is contained in:
amd64fox
2024-07-04 13:08:11 +03:00
parent 4e4393cabf
commit 61b2149a8a
2 changed files with 15 additions and 4 deletions
+3 -1
View File
@@ -360,7 +360,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.40.599.g606b7f29-1500"
$onlineFull = "1.2.41.434.g39a25e2c-2490"
}
}
else {
@@ -1150,6 +1150,8 @@ function Helper($paramname) {
Move-Json -n 'DevicePickerSidePanel' -t $Enable -f $Disable
}
if ([version]$offline -ge [version]'1.2.41.434' -and $lyrics_block) { Move-Json -n 'Lyrics' -t $Enable -f $Disable }
if ([version]$offline -eq [version]'1.2.30.1135') { Move-Json -n 'QueueOnRightPanel' -t $Enable -f $Disable }
if (!($plus)) { Move-Json -n "Plus", "AlignedCurationSavedIn" -t $Enable -f $Disable }