feat(youtube/general-ads): do not hide community posts by default
This commit is contained in:
parent
01a4349a3f
commit
b2affc5493
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class GeneralBytecodeAdsPatch : BytecodePatch() {
|
|||
SwitchPreference(
|
||||
"revanced_adremover_community_posts_removal",
|
||||
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_off", "Community posts are shown")
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue