File tree 2 files changed +12
-0
lines changed
kotlin/app/revanced/patches/youtube/layout/hide/shorts
resources/addresources/values
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ object HideShortsComponentsResourcePatch : ResourcePatch() {
35
35
36
36
// Everything else.
37
37
SwitchPreference (" revanced_hide_shorts_thanks_button" ),
38
+ SwitchPreference (" revanced_hide_shorts_shop_button" ),
39
+ SwitchPreference (" revanced_hide_shorts_location_button" ),
40
+ SwitchPreference (" revanced_hide_shorts_save_sound_button" ),
38
41
SwitchPreference (" revanced_hide_shorts_join_button" ),
39
42
SwitchPreference (" revanced_hide_shorts_subscribe_button" ),
40
43
SwitchPreference (" revanced_hide_shorts_subscribe_button_paused" ),
Original file line number Diff line number Diff line change 577
577
<string name =" revanced_hide_shorts_thanks_button_title" >Hide thanks button</string >
578
578
<string name =" revanced_hide_shorts_thanks_button_summary_on" >Thanks button is hidden</string >
579
579
<string name =" revanced_hide_shorts_thanks_button_summary_off" >Thanks button is shown</string >
580
+ <string name =" revanced_hide_shorts_shop_button_title" >Hide shop button</string >
581
+ <string name =" revanced_hide_shorts_shop_button_summary_on" >Shop button is hidden</string >
582
+ <string name =" revanced_hide_shorts_shop_button_summary_off" >Shop button is shown</string >
583
+ <string name =" revanced_hide_shorts_location_button_title" >Hide location button</string >
584
+ <string name =" revanced_hide_shorts_location_button_summary_on" >Location button is hidden</string >
585
+ <string name =" revanced_hide_shorts_location_button_summary_off" >Location button is shown</string >
586
+ <string name =" revanced_hide_shorts_save_sound_button_title" >Hide save sound to playlist button</string >
587
+ <string name =" revanced_hide_shorts_save_sound_button_summary_on" >Save sound to playlist is hidden</string >
588
+ <string name =" revanced_hide_shorts_save_sound_button_summary_off" >save sound to playlist is shown</string >
580
589
<string name =" revanced_hide_shorts_like_button_title" >Hide like button</string >
581
590
<string name =" revanced_hide_shorts_like_button_summary_on" >Like button is hidden</string >
582
591
<string name =" revanced_hide_shorts_like_button_summary_off" >Like button is shown</string >
You can’t perform that action at this time.
0 commit comments