mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-11 04:49:25 +01:00
feat(YouTube - Hide layout components): Hide "Join" button
This commit is contained in:
parent
3027c15757
commit
1b71f893bb
@ -51,6 +51,13 @@ object HideLayoutComponentsPatch : BytecodePatch(
|
|||||||
StringResource("revanced_hide_gray_separator_summary_on", "Gray separators are hidden"),
|
StringResource("revanced_hide_gray_separator_summary_on", "Gray separators are hidden"),
|
||||||
StringResource("revanced_hide_gray_separator_summary_off", "Gray separators are shown")
|
StringResource("revanced_hide_gray_separator_summary_off", "Gray separators are shown")
|
||||||
),
|
),
|
||||||
|
SwitchPreference(
|
||||||
|
"revanced_hide_join_membership_button",
|
||||||
|
StringResource("revanced_hide_join_membership_button_title", "Hide \"Join\" button"),
|
||||||
|
StringResource("revanced_hide_join_membership_button_summary_on", "Button is hidden"),
|
||||||
|
StringResource("revanced_hide_join_membership_button_summary_off", "Button is shown")
|
||||||
|
),
|
||||||
|
|
||||||
SwitchPreference(
|
SwitchPreference(
|
||||||
"revanced_hide_notify_me_button",
|
"revanced_hide_notify_me_button",
|
||||||
StringResource("revanced_hide_notify_me_button_title", "Hide \"Notify me\" button"),
|
StringResource("revanced_hide_notify_me_button_title", "Hide \"Notify me\" button"),
|
||||||
|
Loading…
Reference in New Issue
Block a user