mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
feat(youtube/hide-shorts-components): hide shorts info panel (#2278)
This commit is contained in:
parent
38687bd74d
commit
a5b323d1d9
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ class HideShortsComponentsResourcePatch : ResourcePatch {
|
|||
StringResource("revanced_hide_shorts_share_button_on", "Share button is hidden"),
|
||||
StringResource("revanced_hide_shorts_share_button_off", "Share button is shown")
|
||||
),
|
||||
SwitchPreference(
|
||||
"revanced_hide_shorts_info_panel",
|
||||
StringResource("revanced_hide_shorts_info_panel_title", "Hide info panel"),
|
||||
StringResource("revanced_hide_shorts_info_panel_on", "Info panel is hidden"),
|
||||
StringResource("revanced_hide_shorts_info_panel_off", "Info panel is shown")
|
||||
),
|
||||
SwitchPreference(
|
||||
"revanced_hide_shorts_navigation_bar",
|
||||
StringResource("revanced_hide_shorts_navigation_bar_title", "Hide navigation bar"),
|
||||
|
|
Loading…
Reference in a new issue