mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-27 14:37:45 +10:00
feat(patch): mini player dynamic bg color
This commit is contained in:
@@ -135,6 +135,13 @@ enum class KnownPatch(
|
||||
),
|
||||
),
|
||||
),
|
||||
MiniPlayerDynamicBackground(
|
||||
order = 51,
|
||||
fileNames = listOf("mini-player-dynamic-bg.patch"),
|
||||
titleRes = R.string.patch_mini_player_dynamic_bg_title,
|
||||
descRes = R.string.patch_mini_player_dynamic_bg_desc,
|
||||
default = Disabled,
|
||||
),
|
||||
EnableLegacyUi(
|
||||
order = 10,
|
||||
fileNames = listOf("enable-legacy-ui.patch"),
|
||||
@@ -151,6 +158,7 @@ enum class KnownPatch(
|
||||
PlayerBackdrop,
|
||||
QualityBadgeColors,
|
||||
LyricsProgressPill,
|
||||
MiniPlayerDynamicBackground,
|
||||
CoverEverywhere,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user