feat(debugging): simplify patch name and description

This commit is contained in:
oSumAtrIX 2022-11-05 04:47:17 +01:00
parent 1e1e1bce76
commit 61762f76c4
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -17,9 +17,9 @@ import app.revanced.patches.youtube.misc.settings.framework.components.impl.Swit
import org.w3c.dom.Element
@Patch(false)
@Name("enable-debugging")
@Name("debugging")
@DependsOn([IntegrationsPatch::class, SettingsPatch::class])
@Description("Enables app debugging by patching the manifest file.")
@Description("Adds debugging options.")
@EnableDebuggingCompatibility
@Version("0.0.1")
class EnableDebuggingPatch : ResourcePatch {