mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-19 22:00:04 +10:00
version bump to 1.2.41.434
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user