mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
feat(YouTube - Hide layout components): Hide video quality menu footer
This commit is contained in:
parent
44a4c0109b
commit
0f9e6e751f
1 changed files with 15 additions and 0 deletions
|
@ -125,6 +125,21 @@ object HideLayoutComponentsPatch : BytecodePatch(
|
||||||
"Expandable chips are shown"
|
"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(
|
SwitchPreference(
|
||||||
"revanced_hide_chapters",
|
"revanced_hide_chapters",
|
||||||
StringResource(
|
StringResource(
|
||||||
|
|
Loading…
Reference in a new issue