mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-09 07:56:51 +01:00
feat(youtube/general-ads): do not hide community posts by default
This commit is contained in:
parent
2471f0363d
commit
147398ba50
@ -93,7 +93,7 @@ class GeneralBytecodeAdsPatch : BytecodePatch() {
|
|||||||
SwitchPreference(
|
SwitchPreference(
|
||||||
"revanced_adremover_community_posts_removal",
|
"revanced_adremover_community_posts_removal",
|
||||||
StringResource("revanced_adremover_community_posts_enabled_title", "Remove community posts"),
|
StringResource("revanced_adremover_community_posts_enabled_title", "Remove community posts"),
|
||||||
true,
|
false,
|
||||||
StringResource("revanced_adremover_community_posts_enabled_summary_on", "Community posts are hidden"),
|
StringResource("revanced_adremover_community_posts_enabled_summary_on", "Community posts are hidden"),
|
||||||
StringResource("revanced_adremover_community_posts_enabled_summary_off", "Community posts are shown")
|
StringResource("revanced_adremover_community_posts_enabled_summary_off", "Community posts are shown")
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user