feat(youtube/general-ads): do not hide community posts by default

This commit is contained in:
oSumAtrIX 2022-10-06 10:08:54 +02:00 committed by GitHub
parent 2471f0363d
commit 147398ba50

View file

@ -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")
),