From b86bac759ebad62173b644d4a74e7bed5f252d42 Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Sat, 18 Nov 2023 21:32:08 -0500 Subject: [PATCH] feat(YouTube - Custom branding): Add "YT ReVanced" to the default app name options (#3300) --- .../patches/youtube/layout/branding/CustomBrandingPatch.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/CustomBrandingPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/CustomBrandingPatch.kt index c36aa012f..f305500b4 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/CustomBrandingPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/CustomBrandingPatch.kt @@ -43,6 +43,7 @@ object CustomBrandingPatch : ResourcePatch() { default = APP_NAME, values = mapOf( "YouTube ReVanced" to APP_NAME, + "YT ReVanced" to "YT ReVanced", "YT" to "YT", "YouTube" to "YouTube", ),