mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
feat(custom-branding-music-afn-blue): change icon path
This commit is contained in:
@ -12,14 +12,14 @@ import app.revanced.util.resources.IconHelper.customIconMusicAdditional
|
||||
|
||||
@Patch(false)
|
||||
@Name("custom-branding-music-afn-blue")
|
||||
@Description("Changes the YouTube Music launcher icon (Afn / Blue).")
|
||||
@Description("Changes the YouTube Music launcher icon to Afn Blue.")
|
||||
@YouTubeMusicCompatibility
|
||||
@Version("0.0.1")
|
||||
class CustomBrandingMusicIconBluePatch : ResourcePatch {
|
||||
class CustomBrandingMusicIconAfnBluePatch : ResourcePatch {
|
||||
override fun execute(context: ResourceContext): PatchResult {
|
||||
|
||||
context.customIconMusic("blue")
|
||||
context.customIconMusicAdditional("blue")
|
||||
context.customIconMusic("afn-blue")
|
||||
context.customIconMusicAdditional("afn-blue")
|
||||
|
||||
return PatchResultSuccess()
|
||||
}
|
Reference in New Issue
Block a user