mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-21 14:40:55 +10:00
disable column toggle
- ability to toggle the visibility of the playlist column is temporarily disabled because it does not save its state
This commit is contained in:
@@ -1109,6 +1109,9 @@ function Helper($paramname) {
|
|||||||
|
|
||||||
# carousel is temporarily disabled because it causes lags in the main menu
|
# carousel is temporarily disabled because it causes lags in the main menu
|
||||||
Move-Json -n 'HomeCarousels' -t $Enable -f $Disable
|
Move-Json -n 'HomeCarousels' -t $Enable -f $Disable
|
||||||
|
|
||||||
|
# ability to toggle the visibility of the playlist column is temporarily disabled because it does not save its state
|
||||||
|
Move-Json -n 'TogglePlaylistColumns' -t $Enable -f $Disable
|
||||||
|
|
||||||
if ($podcast_off) { Move-Json -n 'HomePin' -t $Enable -f $Disable }
|
if ($podcast_off) { Move-Json -n 'HomePin' -t $Enable -f $Disable }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user