Skip to content

Commit

Permalink
fixed bug with search results
Browse files Browse the repository at this point in the history
- fixed bug with search results for 1.2.45
  • Loading branch information
amd64fox committed Sep 15, 2024
1 parent 92ef6cb commit b7dc969
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit b7dc969

Please sign in to comment.