mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-08 19:46:58 +01:00
feat(youtube/general-ads): hide shorts in search
This commit is contained in:
parent
0486c6d0ac
commit
c01ba5cbcc
@ -118,11 +118,11 @@ class GeneralBytecodeAdsPatch : BytecodePatch() {
|
|||||||
StringResource("revanced_adremover_feed_survey_enabled_summary_off", "Feed surveys are shown")
|
StringResource("revanced_adremover_feed_survey_enabled_summary_off", "Feed surveys are shown")
|
||||||
),
|
),
|
||||||
SwitchPreference(
|
SwitchPreference(
|
||||||
"revanced_adremover_shorts_shelf",
|
"revanced_adremover_shorts",
|
||||||
StringResource("revanced_adremover_shorts_shelf_enabled_title", "Remove shorts shelf"),
|
StringResource("revanced_adremover_shorts_enabled_title", "Remove shorts"),
|
||||||
true,
|
true,
|
||||||
StringResource("revanced_adremover_shorts_shelf_enabled_summary_on", "Shorts shelves are hidden"),
|
StringResource("revanced_adremover_shorts_enabled_summary_on", "Shorts are hidden"),
|
||||||
StringResource("revanced_adremover_shorts_shelf_enabled_summary_off", "Shorts shelves are shown")
|
StringResource("revanced_adremover_shorts_enabled_summary_off", "Shorts are shown")
|
||||||
),
|
),
|
||||||
SwitchPreference(
|
SwitchPreference(
|
||||||
"revanced_adremover_community_guidelines",
|
"revanced_adremover_community_guidelines",
|
||||||
|
Loading…
Reference in New Issue
Block a user