mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-19 13:46:09 +10:00
3
run.ps1
3
run.ps1
@@ -1130,6 +1130,9 @@ function Helper($paramname) {
|
|||||||
# causes lags in the main menu 1.2.44-1.2.56
|
# 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 }
|
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
|
# disable new scrollbar
|
||||||
Move-Json -n 'NewOverlayScrollbars' -t $Enable -f $Disable
|
Move-Json -n 'NewOverlayScrollbars' -t $Enable -f $Disable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user