Skip to content

Commit

Permalink
feat(Custom Branding Icons): Change default icon to Revancify Yellow (
Browse files Browse the repository at this point in the history
  • Loading branch information
Xisrr1 committed Jul 26, 2024
1 parent 1b83cbc commit 60163db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object CustomBrandingIconPatch : BaseResourcePatch(
compatiblePackages = COMPATIBLE_PACKAGE,
use = false,
) {
private const val DEFAULT_ICON_KEY = "Revancify Blue"
private const val DEFAULT_ICON_KEY = "Revancify Yellow"

private val availableIcon = mapOf(
"AFN Blue" to "afn_blue",
Expand All @@ -30,9 +30,9 @@ object CustomBrandingIconPatch : BaseResourcePatch(
"MMT Blue" to "mmt_blue",
"MMT Green" to "mmt_green",
"MMT Yellow" to "mmt_yellow",
DEFAULT_ICON_KEY to "revancify_blue",
"Revancify Blue" to "revancify_blue",
"Revancify Red" to "revancify_red",
"Revancify Yellow" to "revancify_yellow",
DEFAULT_ICON_KEY to "revancify_yellow",
"Vanced Black" to "vanced_black",
"Vanced Light" to "vanced_light",
"YouTube Music" to "youtube_music"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object CustomBrandingIconPatch : BaseResourcePatch(
compatiblePackages = COMPATIBLE_PACKAGE,
use = false,
) {
private const val DEFAULT_ICON_KEY = "Revancify Blue"
private const val DEFAULT_ICON_KEY = "Revancify Yellow"

private val availableIcon = mapOf(
"AFN Blue" to "afn_blue",
Expand All @@ -31,9 +31,9 @@ object CustomBrandingIconPatch : BaseResourcePatch(
"MMT Blue" to "mmt_blue",
"MMT Green" to "mmt_green",
"MMT Yellow" to "mmt_yellow",
DEFAULT_ICON_KEY to "revancify_blue",
"Revancify Blue" to "revancify_blue",
"Revancify Red" to "revancify_red",
"Revancify Yellow" to "revancify_yellow",
DEFAULT_ICON_KEY to "revancify_yellow",
"Vanced Black" to "vanced_black",
"Vanced Light" to "vanced_light",
"YouTube" to "youtube"
Expand Down

0 comments on commit 60163db

Please sign in to comment.