mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
feat(youtube/general-ads): do not hide community posts by default
This commit is contained in:
parent
2471f0363d
commit
147398ba50
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…
Reference in a new issue