mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-08 10:34:33 +02:00
fix(music/hide-cast-button): change patch description
This commit is contained in:
parent
97f1143d51
commit
9bceb9d8fc
@ -18,7 +18,7 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL
|
|||||||
|
|
||||||
@Patch
|
@Patch
|
||||||
@Name("Hide cast button")
|
@Name("Hide cast button")
|
||||||
@Description("Hides the cast button in the video player and header.")
|
@Description("Hides the cast button.")
|
||||||
@DependsOn([SettingsPatch::class])
|
@DependsOn([SettingsPatch::class])
|
||||||
@MusicCompatibility
|
@MusicCompatibility
|
||||||
class HideCastButtonPatch : BytecodePatch(
|
class HideCastButtonPatch : BytecodePatch(
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
<string name="revanced_hide_button_shelf_title">Hide button shelf</string>
|
<string name="revanced_hide_button_shelf_title">Hide button shelf</string>
|
||||||
<string name="revanced_hide_carousel_shelf_summary">Hides the carousel shelf from homepage and explorer.</string>
|
<string name="revanced_hide_carousel_shelf_summary">Hides the carousel shelf from homepage and explorer.</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 at the top of the homepage and at the top of the player.</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 music category bar at the top of the homepage.</string>
|
||||||
<string name="revanced_hide_category_bar_title">Hide category bar</string>
|
<string name="revanced_hide_category_bar_title">Hide category bar</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user