mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-01 15:14:34 +02:00
add missing patch description
This commit is contained in:
parent
2bf585c147
commit
8c555c1cb1
@ -20,7 +20,7 @@ import app.revanced.util.integrations.Constants.MUSIC_SETTINGS_PATH
|
||||
|
||||
@Patch
|
||||
@Name("hide-music-cast-button")
|
||||
@Description("Hides the cast button in the video player and header")
|
||||
@Description("Hides the cast button in the video player and header.")
|
||||
@DependsOn([MusicSettingsPatch::class])
|
||||
@YouTubeMusicCompatibility
|
||||
@Version("0.0.1")
|
||||
|
@ -20,7 +20,7 @@ import org.w3c.dom.Element
|
||||
|
||||
@Patch
|
||||
@Name("hide-general-ads")
|
||||
@Description("Hooks the method which parses the bytes into a ComponentContext to filter components.")
|
||||
@Description("Removes general ads.")
|
||||
@DependsOn(
|
||||
[
|
||||
GeneralAdsBytecodePatch::class,
|
||||
|
@ -1,6 +1,7 @@
|
||||
package app.revanced.patches.youtube.layout.general.personalinformation.patch
|
||||
|
||||
import app.revanced.extensions.toErrorResult
|
||||
import app.revanced.patcher.annotation.Description
|
||||
import app.revanced.patcher.annotation.Name
|
||||
import app.revanced.patcher.annotation.Version
|
||||
import app.revanced.patcher.data.BytecodeContext
|
||||
@ -19,6 +20,7 @@ import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch
|
||||
@Name("hide-email-address")
|
||||
@Description("Hides the email address in the account switcher.")
|
||||
@DependsOn([SettingsPatch::class])
|
||||
@YouTubeCompatibility
|
||||
@Version("0.0.1")
|
||||
|
Loading…
x
Reference in New Issue
Block a user