From a09e7838108efcdfa905670496ab8b15b4abfa5e Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sat, 11 May 2024 01:42:36 +0900 Subject: [PATCH] fix(YouTube/Settings): settings values of excluded patches have changed due to incorrect settings alignment --- .../music/flyoutmenu/components/FlyoutMenuComponentsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutmenu/components/FlyoutMenuComponentsPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutmenu/components/FlyoutMenuComponentsPatch.kt index 4320d7be8..ec764e031 100644 --- a/src/main/kotlin/app/revanced/patches/music/flyoutmenu/components/FlyoutMenuComponentsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/flyoutmenu/components/FlyoutMenuComponentsPatch.kt @@ -219,7 +219,7 @@ object FlyoutMenuComponentsPatch : BaseBytecodePatch( SettingsPatch.addSwitchPreference( CategoryType.FLYOUT, "revanced_enable_trim_silence", - "true" + "false" ) } SettingsPatch.addSwitchPreference(