Skip to content

Commit

Permalink
feat(YouTube - Custom branding): Add "YT ReVanced" to the default app…
Browse files Browse the repository at this point in the history
… name options (#3300)
  • Loading branch information
KobeW50 committed Nov 19, 2023
1 parent feffc57 commit b86bac7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
Expand Down

0 comments on commit b86bac7

Please sign in to comment.