diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt index d9827600..240f2c56 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt @@ -102,6 +102,7 @@ object HideLayoutComponentsPatch : BytecodePatch( SwitchPreference("revanced_hide_expandable_chip"), SwitchPreference("revanced_hide_info_panels"), SwitchPreference("revanced_hide_join_membership_button"), + SwitchPreference("revanced_disable_like_subscribe_glow"), SwitchPreference("revanced_hide_medical_panels"), SwitchPreference("revanced_hide_quick_actions"), SwitchPreference("revanced_hide_related_videos"), diff --git a/src/main/resources/addresources/values/strings.xml b/src/main/resources/addresources/values/strings.xml index 26670cf6..fb45208e 100644 --- a/src/main/resources/addresources/values/strings.xml +++ b/src/main/resources/addresources/values/strings.xml @@ -91,6 +91,9 @@ Turning off error toasts hides all ReVanced error notifications.\n\nYou will not be notified of any unexpected events. + Disable like / subscribe button glow + Like and subscribe button will not glow when mentioned + Like and subscribe button will glow when mentioned Hide gray separator Gray separators are hidden Gray separators are shown