From 059f6468a2269ea09cca4f284505d971ea41ca78 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:33:30 +0900 Subject: [PATCH] feat(YouTube/Custom branding icon): change default patch option value --- .../youtube/layout/branding/icon/CustomBrandingIconPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt index f50f37a39..cef19bf1d 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt @@ -119,7 +119,7 @@ object CustomBrandingIconPatch : BaseResourcePatch( private val RestoreOldSplashAnimation by booleanPatchOption( key = "RestoreOldSplashAnimation", - default = false, + default = true, title = "Restore old splash animation", description = "Restores old style splash animation.", required = true