From b3cd3d4fb8bcba5d367a28d4cf4b8fa0bbbed02e Mon Sep 17 00:00:00 2001 From: inotia00 Date: Sat, 18 Feb 2023 01:50:39 +0900 Subject: [PATCH] fix: `custom-branding-music-afn-blue` patch is not excluded by default --- .../branding/icon/patch/CustomBrandingMusicIconBluePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/patch/CustomBrandingMusicIconBluePatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/patch/CustomBrandingMusicIconBluePatch.kt index 59b380a3c..66af31c3c 100644 --- a/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/patch/CustomBrandingMusicIconBluePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/patch/CustomBrandingMusicIconBluePatch.kt @@ -10,7 +10,7 @@ import app.revanced.patches.shared.annotation.YouTubeMusicCompatibility import app.revanced.util.resources.IconHelper.customIconMusic import app.revanced.util.resources.IconHelper.customIconMusicAdditional -@Patch +@Patch(false) @Name("custom-branding-music-afn-blue") @Description("Changes the YouTube Music launcher icon (Afn / Blue).") @YouTubeMusicCompatibility