From 25195c37d6e0d3c4b91eb8442259802bb5979763 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:28:47 +0300 Subject: [PATCH] disable exp HomePin - disable exp HomePin if podcasts were blocked on the main page --- run.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.ps1 b/run.ps1 index ca70a03..8df4b86 100644 --- a/run.ps1 +++ b/run.ps1 @@ -1146,6 +1146,8 @@ function Helper($paramname) { # carousel is temporarily disabled because it causes lags in the main menu Move-Json -n 'HomeCarousels' -t $Enable -f $Disable + + if ($podcasts_off) { Move-Json -n 'HomePin' -t $Enable -f $Disable } if ([version]$offline -eq [version]'1.2.37.701' -or [version]$offline -eq [version]'1.2.38.720' ) { Move-Json -n 'DevicePickerSidePanel' -t $Enable -f $Disable