From 82d4fb43c56c34b8e17d6d4d9bd647cd7b375c46 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Mon, 3 Jul 2023 19:27:57 +0900 Subject: [PATCH] fix(youtube/add-splash-animation): change patch description and exclude by default --- .../layout/splashanimation/patch/AddSplashAnimationPatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/splashanimation/patch/AddSplashAnimationPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/splashanimation/patch/AddSplashAnimationPatch.kt index 75a2ffd00..02092d0cb 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/splashanimation/patch/AddSplashAnimationPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/splashanimation/patch/AddSplashAnimationPatch.kt @@ -14,9 +14,9 @@ import app.revanced.util.resources.ResourceUtils.copyResources import app.revanced.util.resources.ResourceUtils.copyXmlNode import kotlin.io.path.exists -@Patch +@Patch(false) @Name("add-splash-animation") -@Description("Adds splash animation, which was removed in YT v18.19.36+. (cannot be used with 'custom-branding-icon' patch)") +@Description("Adds splash animation, which was removed in YT v18.19.36+. This patch cannot be used with 'custom-branding-icon' patch") @YouTubeCompatibility @Version("0.0.1") class AddSplashAnimationPatch : ResourcePatch {