mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-02 07:34:31 +02:00
fix(custom-branding-music-name): change default value
This commit is contained in:
parent
2e38cb4249
commit
f1617669a8
@ -17,7 +17,7 @@ import org.w3c.dom.Element
|
||||
@Patch(false)
|
||||
@Name("custom-branding-music-name")
|
||||
@DependsOn([PatchOptions::class])
|
||||
@Description("Changes the Music launcher name to your choice (defaults to RVX Music, ReVanced Extended Music).")
|
||||
@Description("Changes the Music launcher name to your choice (defaults to YTM Extended, ReVanced Music Extended).")
|
||||
@YouTubeMusicCompatibility
|
||||
@Version("0.0.1")
|
||||
class CustomBrandingMusicNamePatch : ResourcePatch {
|
||||
|
@ -54,7 +54,7 @@ class PatchOptions : ResourcePatch {
|
||||
internal var MusicAppNameFull: String? by option(
|
||||
PatchOption.StringOption(
|
||||
key = "MusicAppNameFull",
|
||||
default = "ReVanced Extended Music",
|
||||
default = "ReVanced Music Extended",
|
||||
title = "Application Name of YouTube Music",
|
||||
description = "The name of the YouTube Music it will show on your notification panel."
|
||||
)
|
||||
@ -66,7 +66,7 @@ class PatchOptions : ResourcePatch {
|
||||
internal var MusicAppNameShort: String? by option(
|
||||
PatchOption.StringOption(
|
||||
key = "MusicAppNameShort",
|
||||
default = "RVX Music",
|
||||
default = "YTM Extended",
|
||||
title = "Application Name of YouTube Music",
|
||||
description = "The name of the YouTube Music it will show on your home screen."
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user