mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 11:49:29 +01:00
feat(youtube/general-ads): do not hide community posts by default
This commit is contained in:
parent
f870178a77
commit
626963819c
@ -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 New Issue
Block a user