From fc89c865f94fffd748809eaf0504cc91f6389500 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Wed, 19 Apr 2023 12:20:48 +0400 Subject: [PATCH] fix(youtube/hide-video-action-buttons): change 'Hide create, clip and thanks buttons' to default off (#1923) --- .../youtube/layout/buttons/action/patch/HideButtonsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/action/patch/HideButtonsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/action/patch/HideButtonsPatch.kt index 1fcb40917..8e7106423 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/action/patch/HideButtonsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/action/patch/HideButtonsPatch.kt @@ -61,7 +61,7 @@ class HideButtonsPatch : ResourcePatch { SwitchPreference( "revanced_hide_action_button", StringResource("revanced_hide_action_button_title", "Hide create, clip and thanks buttons"), - true, + false, StringResource("revanced_hide_action_button_summary_on", "Buttons are hidden"), StringResource("revanced_hide_action_button_summary_off", "Buttons are shown") ),