Renamed Blue and Red icons to Afn/Blue, Afn/Red (original author's request) https://github.com/inotia00/ReVanced_Extended/issues/56

This commit is contained in:
inotia00
2022-12-27 21:53:10 +09:00
parent faf8a63760
commit f6084d4fc3
3 changed files with 6 additions and 6 deletions

View File

@ -15,8 +15,8 @@ import app.revanced.shared.util.resources.IconHelper
import app.revanced.shared.util.resources.ResourceHelper
@Patch(false)
@Name("custom-branding-icon-blue")
@Description("Changes the YouTube launcher icon (ReVanced Blue).")
@Name("custom-branding-icon-afn-blue")
@Description("Changes the YouTube launcher icon (Afn / Blue).")
@DependsOn([SettingsPatch::class])
@YouTubeCompatibility
@Version("0.0.1")

View File

@ -15,8 +15,8 @@ import app.revanced.shared.util.resources.IconHelper
import app.revanced.shared.util.resources.ResourceHelper
@Patch(false)
@Name("custom-branding-icon-red")
@Description("Changes the YouTube launcher icon (ReVanced Red).")
@Name("custom-branding-icon-afn-red")
@Description("Changes the YouTube launcher icon (Afn / Red).")
@DependsOn([SettingsPatch::class])
@YouTubeCompatibility
@Version("0.0.1")