feat(youtube/general-ads): do not hide community posts by default
This commit is contained in:
parent
a297c1c90e
commit
6f4c37ce84
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue