feat(YouTube - Custom branding): Add "YT ReVanced" to the default app name options (#3300)
This commit is contained in:
parent
feffc57a3d
commit
b86bac759e
|
@ -43,6 +43,7 @@ object CustomBrandingPatch : ResourcePatch() {
|
||||||
default = APP_NAME,
|
default = APP_NAME,
|
||||||
values = mapOf(
|
values = mapOf(
|
||||||
"YouTube ReVanced" to APP_NAME,
|
"YouTube ReVanced" to APP_NAME,
|
||||||
|
"YT ReVanced" to "YT ReVanced",
|
||||||
"YT" to "YT",
|
"YT" to "YT",
|
||||||
"YouTube" to "YouTube",
|
"YouTube" to "YouTube",
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue