diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/branding/icon/patch/CustomBrandingPatch_Red.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/branding/icon/patch/CustomBrandingPatch_Red.kt index e923c2947..6c3d34eb4 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/branding/icon/patch/CustomBrandingPatch_Red.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/branding/icon/patch/CustomBrandingPatch_Red.kt @@ -14,7 +14,7 @@ import app.revanced.shared.annotation.YouTubeCompatibility import app.revanced.shared.util.resources.IconHelper import app.revanced.shared.util.resources.ResourceHelper -@Patch(false) +@Patch @Name("custom-branding-icon-afn-red") @Description("Changes the YouTube launcher icon (Afn / Red).") @DependsOn([SettingsPatch::class]) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/branding/icon/patch/CustomBrandingPatch_Revancify.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/branding/icon/patch/CustomBrandingPatch_Revancify.kt index ebd07473b..0e3726783 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/branding/icon/patch/CustomBrandingPatch_Revancify.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/branding/icon/patch/CustomBrandingPatch_Revancify.kt @@ -14,7 +14,7 @@ import app.revanced.shared.annotation.YouTubeCompatibility import app.revanced.shared.util.resources.IconHelper import app.revanced.shared.util.resources.ResourceHelper -@Patch +@Patch(false) @Name("custom-branding-icon-revancify") @Description("Changes the YouTube launcher icon (Revancify).") @DependsOn([SettingsPatch::class])