fix: patch description consistency (#134)

This commit is contained in:
bogadana
2022-07-08 06:30:59 +02:00
committed by GitHub
parent 277526eeea
commit da5896dde0
21 changed files with 28 additions and 28 deletions

View File

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