From 3b51b187b57ebb78eeae94cb6ca0dcd48fe4f25a Mon Sep 17 00:00:00 2001 From: inotia00 Date: Tue, 20 Jun 2023 23:07:13 +0900 Subject: [PATCH] refactor(youtube): renamed some patches --- .../layout/branding/name/patch/CustomBrandingNamePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/name/patch/CustomBrandingNamePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/name/patch/CustomBrandingNamePatch.kt index 8ed047185..6662ecdcb 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/name/patch/CustomBrandingNamePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/name/patch/CustomBrandingNamePatch.kt @@ -18,7 +18,7 @@ import app.revanced.util.resources.ResourceHelper.updatePatchStatusLabel import org.w3c.dom.Element @Patch -@Name("custom-branding-name") +@Name("custom-branding-youtube-name") @DependsOn([SettingsPatch::class]) @Description("Changes the YouTube launcher name to your choice (defaults to ReVanced Extended).") @YouTubeCompatibility