Skip to content

Commit 367a83a

Browse files
author
LisoUseInAIKyrios
authored
feat(YouTube - Hide layout components): Disable like / subscribe button glow animation (#3265)
1 parent 54d671d commit 367a83a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ object HideLayoutComponentsPatch : BytecodePatch(
102102
SwitchPreference("revanced_hide_expandable_chip"),
103103
SwitchPreference("revanced_hide_info_panels"),
104104
SwitchPreference("revanced_hide_join_membership_button"),
105+
SwitchPreference("revanced_disable_like_subscribe_glow"),
105106
SwitchPreference("revanced_hide_medical_panels"),
106107
SwitchPreference("revanced_hide_quick_actions"),
107108
SwitchPreference("revanced_hide_related_videos"),

src/main/resources/addresources/values/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@
9191
<string name="revanced_debug_toast_on_error_user_dialog_message">Turning off error toasts hides all ReVanced error notifications.\n\nYou will not be notified of any unexpected events.</string>
9292
</patch>
9393
<patch id="layout.hide.general.HideLayoutComponentsPatch">
94+
<string name="revanced_disable_like_subscribe_glow_title">Disable like / subscribe button glow</string>
95+
<string name="revanced_disable_like_subscribe_glow_summary_on">Like and subscribe button will not glow when mentioned</string>
96+
<string name="revanced_disable_like_subscribe_glow_summary_off">Like and subscribe button will glow when mentioned</string>
9497
<string name="revanced_hide_gray_separator_title">Hide gray separator</string>
9598
<string name="revanced_hide_gray_separator_summary_on">Gray separators are hidden</string>
9699
<string name="revanced_hide_gray_separator_summary_off">Gray separators are shown</string>

0 commit comments

Comments
 (0)