From 99edd957a853fa350acc83db3ce354b6de3a88f1 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 23 Jan 2025 12:58:55 +0300 Subject: [PATCH] temporarily disable collapsing right sidebar --- run.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run.ps1 b/run.ps1 index f1efe1d..17c7f5c 100644 --- a/run.ps1 +++ b/run.ps1 @@ -1116,6 +1116,9 @@ function Helper($paramname) { # carousel is temporarily disabled because it causes lags in the main menu Move-Json -n 'HomeCarousels' -t $Enable -f $Disable + # temporarily disable collapsing right sidebar + Move-Json -n 'PeekNpv' -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