mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-08 02:24:35 +02:00
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:
parent
faf8a63760
commit
f6084d4fc3
@ -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")
|
||||
|
@ -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")
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="revanced_icons_blue">blue</string>
|
||||
<string name="revanced_icons_blue">afn / blue</string>
|
||||
<string name="revanced_icons_default">stock</string>
|
||||
<string name="revanced_icons_red">red</string>
|
||||
<string name="revanced_icons_red">afn / red</string>
|
||||
<string name="revanced_icons_revancify">revancify</string>
|
||||
<string name="revanced_labels_default">stock</string>
|
||||
<string name="revanced_patches_excluded">Excluded</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user