mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 11:04:36 +02:00
fix(YouTube Music/Hide category bar): clarify descriptions
This commit is contained in:
parent
ecc04ac5b6
commit
1d88169ac1
@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
|||||||
|
|
||||||
@Patch(
|
@Patch(
|
||||||
name = "Hide category bar",
|
name = "Hide category bar",
|
||||||
description = "Hides the music category bar at the top of the homepage.",
|
description = "Hides the category bar.",
|
||||||
dependencies = [
|
dependencies = [
|
||||||
SettingsPatch::class,
|
SettingsPatch::class,
|
||||||
SharedResourceIdPatch::class
|
SharedResourceIdPatch::class
|
||||||
|
@ -111,7 +111,7 @@ WARNING: Do not enable new player backgrounds while this is enabled."</string>
|
|||||||
<string name="revanced_hide_carousel_shelf_title">Hide carousel shelf</string>
|
<string name="revanced_hide_carousel_shelf_title">Hide carousel shelf</string>
|
||||||
<string name="revanced_hide_cast_button_summary">Hides the cast button.</string>
|
<string name="revanced_hide_cast_button_summary">Hides the cast button.</string>
|
||||||
<string name="revanced_hide_cast_button_title">Hide cast button</string>
|
<string name="revanced_hide_cast_button_title">Hide cast button</string>
|
||||||
<string name="revanced_hide_category_bar_summary">Hides the music category bar at the top of the homepage.</string>
|
<string name="revanced_hide_category_bar_summary">Hides the category bar.</string>
|
||||||
<string name="revanced_hide_category_bar_title">Hide category bar</string>
|
<string name="revanced_hide_category_bar_title">Hide category bar</string>
|
||||||
<string name="revanced_hide_channel_guidelines_summary">Hides channel guidelines at the top of comments.</string>
|
<string name="revanced_hide_channel_guidelines_summary">Hides channel guidelines at the top of comments.</string>
|
||||||
<string name="revanced_hide_channel_guidelines_title">Hide channel guidelines</string>
|
<string name="revanced_hide_channel_guidelines_title">Hide channel guidelines</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user