From 6786d4b1c1afec9efefc1b061bfa4d11e8bb34aa Mon Sep 17 00:00:00 2001 From: amd64fox Date: Fri, 22 Jul 2022 04:22:34 +0300 Subject: [PATCH] fix enablenavalt - fix error in enablenavalt input parameter --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index 9ac76ef..a359921 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -1007,7 +1007,7 @@ function Helper($paramname) { ExpFeatures13 = '(Enable Lyrics match labels in search results",default:)(!1)', '$1!0' ExpFeatures14 = '(Enable audio equalizer for Desktop and Web Player",default:)(!1)', '$1!0' ExpFeatures15 = '(Enable showing a new and improved device picker UI",default:)(!1)', '$1!0' - ExpFeatures16 = '(Enable the new home structure and navigation:)(!1)', '$1!0' + ExpFeatures16 = '(Enable the new home structure and navigation",default:)(!1)', '$1!0' ExpFeatures17 = '(Show "Made For You" entry point in the left sidebar.,default:)(!1)', '$1!0' } if ($enhance_like_off) { $exp_features.Remove('ExpFeatures10') }