From 626963819c183cbfeca4ff4ab0a16fc39ed9d8a8 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 6 Oct 2022 10:08:54 +0200 Subject: [PATCH] feat(youtube/general-ads): do not hide community posts by default --- .../ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt index b6eab675e..d3c948124 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/ad/general/bytecode/patch/GeneralBytecodeAdsPatch.kt @@ -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") ),