mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
fixed bug with search results
- fixed bug with search results for 1.2.45
This commit is contained in:
5
run.ps1
5
run.ps1
@@ -1110,9 +1110,12 @@ function Helper($paramname) {
|
||||
|
||||
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
|
||||
$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 }
|
||||
|
||||
Reference in New Issue
Block a user