style: better patch descriptions (#193)

This commit is contained in:
Palm
2022-07-17 17:36:46 +07:00
committed by GitHub
parent 69490d7e83
commit 620fefae74
20 changed files with 20 additions and 20 deletions

View File

@ -16,7 +16,7 @@ import app.revanced.patches.youtube.misc.integrations.patch.IntegrationsPatch
@Patch
@Dependencies([IntegrationsPatch::class])
@Name("hide-cast-button")
@Description("Hides the cast button.")
@Description("Hides the cast button in the video player.")
@CastButtonCompatibility
@Version("0.0.1")
class HideCastButtonPatch : BytecodePatch() {