From ede7a16abd1503a28a96f5eaf147e1bb87661791 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:00:25 +0300 Subject: [PATCH] version bump to 1.2.45.454 - topsearchbar parameter is enabled by default for versions 1.2.45 and higher --- run.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.ps1 b/run.ps1 index f83fdc2e..abdae126 100644 --- a/run.ps1 +++ b/run.ps1 @@ -363,7 +363,7 @@ if (!($version -and $version -match $match_v)) { } else { # Recommended version for Win 10-12 - $onlineFull = "1.2.45.451.gac8a666f-7100" + $onlineFull = "1.2.45.454.gc16ec9f6-118" } } else { @@ -1159,7 +1159,7 @@ function Helper($paramname) { if (!($plus)) { Move-Json -n "Plus", "AlignedCurationSavedIn" -t $Enable -f $Disable } - if (!($topsearchbar)) { + if (!($topsearchbar) -and [version]$offline -le [version]"1.2.44.405") { Move-Json -n "GlobalNavBar", "RecentSearchesDropdown" -t $Enable -f $Disable $Custom.GlobalNavBar.value = "control" }