feat(YouTube - Hide Shorts components): Add option to hide comment panel (#5102)
This commit is contained in:

committed by
GitHub

parent
33a4798ba6
commit
22b9beedd3
@ -90,6 +90,7 @@ private val hideShortsComponentsResourcePatch = resourcePatch {
|
||||
SwitchPreference("revanced_hide_shorts_paused_overlay_buttons"),
|
||||
|
||||
// Suggested actions.
|
||||
SwitchPreference("revanced_hide_shorts_comment_panel"),
|
||||
SwitchPreference("revanced_hide_shorts_save_sound_button"),
|
||||
SwitchPreference("revanced_hide_shorts_use_template_button"),
|
||||
SwitchPreference("revanced_hide_shorts_upcoming_button"),
|
||||
|
@ -812,6 +812,9 @@ To show the Audio track menu, change \'Spoof video streams\' to iOS TV"</string>
|
||||
<string name="revanced_hide_shorts_location_label_title">Hide location label</string>
|
||||
<string name="revanced_hide_shorts_location_label_summary_on">Location label is hidden</string>
|
||||
<string name="revanced_hide_shorts_location_label_summary_off">Location label is shown</string>
|
||||
<string name="revanced_hide_shorts_comment_panel_title">Hide Comment panel</string>
|
||||
<string name="revanced_hide_shorts_comment_panel_summary_on">Comment panel is hidden</string>
|
||||
<string name="revanced_hide_shorts_comment_panel_summary_off">Comment panel is shown</string>
|
||||
<string name="revanced_hide_shorts_save_sound_button_title">Hide Save music button</string>
|
||||
<string name="revanced_hide_shorts_save_sound_button_summary_on">Save music button is hidden</string>
|
||||
<string name="revanced_hide_shorts_save_sound_button_summary_off">Save music button is shown</string>
|
||||
|
Reference in New Issue
Block a user