feat(YouTube - Custom branding): Add "YT ReVanced" to the default app name options (#3300)

This commit is contained in:
KobeW50 2023-11-18 21:32:08 -05:00 committed by GitHub
parent feffc57a3d
commit b86bac759e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
),