@@ -51,12 +51,21 @@ class HideButtonsPatch : ResourcePatch {
51
51
StringResource (" revanced_hide_playlist_button_summary_on" , " Playlist button is hidden" ),
52
52
StringResource (" revanced_hide_playlist_button_summary_off" , " Playlist button is shown" )
53
53
),
54
+ SwitchPreference (
55
+ " revanced_hide_clip_button" ,
56
+ StringResource (" revanced_hide_clip_button_title" , " Hide clip button" ),
57
+ false ,
58
+ StringResource (" revanced_hide_clip_button_summary_on" , " Clip button is hidden" ),
59
+ StringResource (" revanced_hide_clip_button_summary_off" , " Clip button is shown" ),
60
+ StringResource (" revanced_hide_clip_button_user_dialog_message" ,
61
+ " Hiding the clip button might not work reliably. In the case it does not work, it can only be hidden by enabling \\ 'Hide all other action buttons\\ '" )
62
+ ),
54
63
SwitchPreference (
55
64
" revanced_hide_action_buttons" ,
56
65
StringResource (" revanced_hide_action_buttons_title" , " Hide all other action buttons" ),
57
66
false ,
58
- StringResource (" revanced_hide_action_buttons_summary_on" , " Share, remix, clip, thanks, shop, live chat buttons are hidden" ),
59
- StringResource (" revanced_hide_action_buttons_summary_off" , " Share, remix, clip, thanks, shop, live chat buttons are shown" )
67
+ StringResource (" revanced_hide_action_buttons_summary_on" , " Share, remix, thanks, shop, live chat buttons are hidden" ),
68
+ StringResource (" revanced_hide_action_buttons_summary_off" , " Share, remix, thanks, shop, live chat buttons are shown" )
60
69
)
61
70
),
62
71
StringResource (" revanced_hide_buttons_summary" , " Hide or show buttons under videos" )
0 commit comments