fix: custom-branding-icon-afn-red is not set as default icon

This commit is contained in:
inotia00 2022-12-28 02:20:49 +09:00
parent 5e04e8c970
commit 9956b54e46
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -14,7 +14,7 @@ import app.revanced.shared.annotation.YouTubeCompatibility
import app.revanced.shared.util.resources.IconHelper
import app.revanced.shared.util.resources.ResourceHelper
@Patch
@Patch(false)
@Name("custom-branding-icon-revancify")
@Description("Changes the YouTube launcher icon (Revancify).")
@DependsOn([SettingsPatch::class])