mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-03 08:04:36 +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)
|
@Patch(false)
|
||||||
@Name("custom-branding-music-name")
|
@Name("custom-branding-music-name")
|
||||||
@DependsOn([PatchOptions::class])
|
@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
|
@YouTubeMusicCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
class CustomBrandingMusicNamePatch : ResourcePatch {
|
class CustomBrandingMusicNamePatch : ResourcePatch {
|
||||||
|
@ -54,7 +54,7 @@ class PatchOptions : ResourcePatch {
|
|||||||
internal var MusicAppNameFull: String? by option(
|
internal var MusicAppNameFull: String? by option(
|
||||||
PatchOption.StringOption(
|
PatchOption.StringOption(
|
||||||
key = "MusicAppNameFull",
|
key = "MusicAppNameFull",
|
||||||
default = "ReVanced Extended Music",
|
default = "ReVanced Music Extended",
|
||||||
title = "Application Name of YouTube Music",
|
title = "Application Name of YouTube Music",
|
||||||
description = "The name of the YouTube Music it will show on your notification panel."
|
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(
|
internal var MusicAppNameShort: String? by option(
|
||||||
PatchOption.StringOption(
|
PatchOption.StringOption(
|
||||||
key = "MusicAppNameShort",
|
key = "MusicAppNameShort",
|
||||||
default = "RVX Music",
|
default = "YTM Extended",
|
||||||
title = "Application Name of YouTube Music",
|
title = "Application Name of YouTube Music",
|
||||||
description = "The name of the YouTube Music it will show on your home screen."
|
description = "The name of the YouTube Music it will show on your home screen."
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user