Skip to content

Commit 17bb3d5

Browse files
NxmeeNxmee
authored andcommitted
Re-add Nxmee branding
1 parent f76be6f commit 17bb3d5

16 files changed

Lines changed: 2 additions & 2 deletions

src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/patch/CustomBrandingPatch.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import java.nio.file.Files
1717
@Patch
1818
@DependsOn([FixLocaleConfigErrorPatch::class])
1919
@Name("custom-branding")
20-
@Description("Changes the YouTube launcher icon and name to your choice (defaults to ReVanced).")
20+
@Description("Changes the YouTube launcher icon and name to your choice (defaults to Nxmee).")
2121
@CustomBrandingCompatibility
2222
@Version("0.0.1")
2323
class CustomBrandingPatch : ResourcePatch {
@@ -75,7 +75,7 @@ class CustomBrandingPatch : ResourcePatch {
7575
private var appName: String? by option(
7676
PatchOption.StringOption(
7777
key = "appName",
78-
default = "YouTube ReVanced",
78+
default = "YouTube Nxmee",
7979
title = "Application Name",
8080
description = "The name of the application it will show on your home screen.",
8181
required = true
-175 Bytes
Loading
1.06 KB
Loading
1.06 KB
Loading
-403 Bytes
Loading
535 Bytes
Loading
535 Bytes
Loading
-555 Bytes
Loading
1.14 KB
Loading
1.14 KB
Loading

0 commit comments

Comments
 (0)