mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-06-12 13:17:38 +02:00
feat(YouTube - Hide layout components): Hide video quality menu footer
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user