mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-27 14:37:45 +10:00
feat(patches): added quality badge colors patch
This commit is contained in:
@@ -70,6 +70,12 @@ enum class KnownPatch(
|
||||
titleRes = R.string.patch_player_backdrop_title,
|
||||
descRes = R.string.patch_player_backdrop_desc,
|
||||
),
|
||||
QualityBadgeColors(
|
||||
order = 31,
|
||||
fileNames = listOf("quality-badge-colors.patch"),
|
||||
titleRes = R.string.patch_quality_badge_colors_title,
|
||||
descRes = R.string.patch_quality_badge_colors_desc,
|
||||
),
|
||||
CoverEverywhere(
|
||||
order = 35,
|
||||
fileNames = listOf(
|
||||
@@ -130,6 +136,7 @@ enum class KnownPatch(
|
||||
LyricsRlApi,
|
||||
LyricsKeepControlsVisible,
|
||||
PlayerBackdrop,
|
||||
QualityBadgeColors,
|
||||
LyricsProgressPill,
|
||||
CoverEverywhere,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user