feat(youtube/general-ads): hide shorts in search
This commit is contained in:
parent
5357ff2e48
commit
7cb0312a9d
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue