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 f870178a77
commit 626963819c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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