Skip to content

Commit

Permalink
fix(youtube/hide-video-action-buttons): change 'Hide create, clip and…
Browse files Browse the repository at this point in the history
… thanks buttons' to default off (ReVanced#1923)
  • Loading branch information
LisoUseInAIKyrios authored and oSumAtrIX committed Apr 21, 2023
1 parent 85675b8 commit fc89c86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
),
Expand Down

0 comments on commit fc89c86

Please sign in to comment.