feat(YouTube - Hide layout components): Hide video quality menu footer
This commit is contained in:
parent
c044ed65b8
commit
acd9a735df
1 changed files with 15 additions and 0 deletions
|
|
@ -125,6 +125,21 @@ object HideLayoutComponentsPatch : BytecodePatch(
|
|||
"Expandable chips are shown"
|
||||
)
|
||||
),
|
||||
SwitchPreference(
|
||||
"revanced_hide_video_quality_menu_footer",
|
||||
StringResource(
|
||||
"revanced_hide_video_quality_menu_footer_title",
|
||||
"Hide video quality menu footer"
|
||||
),
|
||||
StringResource(
|
||||
"revanced_hide_video_quality_menu_footer_summary_on",
|
||||
"Video quality menu footer is hidden"
|
||||
),
|
||||
StringResource(
|
||||
"revanced_hide_video_quality_menu_footer_summary_off",
|
||||
"Video quality menu footer is shown"
|
||||
)
|
||||
),
|
||||
SwitchPreference(
|
||||
"revanced_hide_chapters",
|
||||
StringResource(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue