From 070992be0db1334bbb93f0b263f9a10f05d7db52 Mon Sep 17 00:00:00 2001 From: bogadana <30848157+bogadana@users.noreply.github.com> Date: Thu, 30 Jun 2022 14:48:27 +0200 Subject: [PATCH] refactor: change name to fit in (#86) --- .../layout/shorts/button/patch/ShortsButtonRemoverPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/shorts/button/patch/ShortsButtonRemoverPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/shorts/button/patch/ShortsButtonRemoverPatch.kt index c25eb667..ddd2a145 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/shorts/button/patch/ShortsButtonRemoverPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/shorts/button/patch/ShortsButtonRemoverPatch.kt @@ -18,7 +18,7 @@ import org.jf.dexlib2.iface.instruction.OneRegisterInstruction @Patch @Dependencies(dependencies = [IntegrationsPatch::class]) -@Name("disable-shorts-button") +@Name("hide-shorts-button") @Description("Hide the shorts button.") @ShortsButtonCompatibility @Version("0.0.1")