mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-01 16:57:33 +01:00
feat(YouTube - Hide layout components): Hide video quality menu footer
This commit is contained in:
parent
44a4c0109b
commit
0f9e6e751f
@ -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…
x
Reference in New Issue
Block a user