mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 22:39:38 +01:00
feat(YouTube - Hide shorts components): Hide subscribe button when paused separately from subscribe button
This commit is contained in:
parent
c5bbc591e6
commit
52d07ecd39
@ -38,6 +38,12 @@ object HideShortsComponentsResourcePatch : ResourcePatch() {
|
|||||||
StringResource("revanced_hide_shorts_subscribe_button_on", "Subscribe button is hidden"),
|
StringResource("revanced_hide_shorts_subscribe_button_on", "Subscribe button is hidden"),
|
||||||
StringResource("revanced_hide_shorts_subscribe_button_off", "Subscribe button is shown")
|
StringResource("revanced_hide_shorts_subscribe_button_off", "Subscribe button is shown")
|
||||||
),
|
),
|
||||||
|
SwitchPreference(
|
||||||
|
"revanced_hide_shorts_subscribe_button_paused",
|
||||||
|
StringResource("revanced_hide_shorts_subscribe_button_paused_title", "Hide subscribe button when paused"),
|
||||||
|
StringResource("revanced_hide_shorts_subscribe_button_paused_on", "Subscribe button is hidden"),
|
||||||
|
StringResource("revanced_hide_shorts_subscribe_button_paused_off", "Subscribe button is shown")
|
||||||
|
),
|
||||||
SwitchPreference(
|
SwitchPreference(
|
||||||
"revanced_hide_shorts_thanks_button",
|
"revanced_hide_shorts_thanks_button",
|
||||||
StringResource("revanced_hide_shorts_thanks_button_title", "Hide thanks button"),
|
StringResource("revanced_hide_shorts_thanks_button_title", "Hide thanks button"),
|
||||||
|
Loading…
Reference in New Issue
Block a user