mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-21 14:40:55 +10:00
fixed bug with search results
- fixed bug with search results for 1.2.45
This commit is contained in:
@@ -1110,9 +1110,12 @@ function Helper($paramname) {
|
|||||||
|
|
||||||
if (!($plus)) { Move-Json -n "Plus", "AlignedCurationSavedIn" -t $Enable -f $Disable }
|
if (!($plus)) { Move-Json -n "Plus", "AlignedCurationSavedIn" -t $Enable -f $Disable }
|
||||||
|
|
||||||
if (!$topsearchbar -or [version]$offline -ge [version]"1.2.46.462") {
|
if (!$topsearchbar) {
|
||||||
Move-Json -n "GlobalNavBar" -t $Enable -f $Disable
|
Move-Json -n "GlobalNavBar" -t $Enable -f $Disable
|
||||||
$Custom.GlobalNavBar.value = "control"
|
$Custom.GlobalNavBar.value = "control"
|
||||||
|
if ([version]$offline -le [version]"1.2.45.454") {
|
||||||
|
Move-Json -n "RecentSearchesDropdown" -t $Enable -f $Disable
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!($funnyprogressbar)) { Move-Json -n 'HeBringsNpb' -t $Enable -f $Disable }
|
if (!($funnyprogressbar)) { Move-Json -n 'HeBringsNpb' -t $Enable -f $Disable }
|
||||||
|
|||||||
Reference in New Issue
Block a user