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")