disabled exp causing problems in search bar

#734
This commit is contained in:
amd64fox
2025-06-15 22:38:13 +03:00
parent e12929faea
commit a5a47b6913

View File

@@ -1130,6 +1130,9 @@ function Helper($paramname) {
# causes lags in the main menu 1.2.44-1.2.56
if ([version]$offline -le [version]'1.2.56.502') { Move-Json -n 'HomeCarousels' -t $Enable -f $Disable }
# disable search suggestions
Move-Json -n 'SearchSuggestions' -t $Enable -f $Disable
# disable new scrollbar
Move-Json -n 'NewOverlayScrollbars' -t $Enable -f $Disable