mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 22:17:44 +10:00
New Patch: One-Handed Mode <3
This commit is contained in:
@@ -77,6 +77,12 @@ enum class KnownPatch(
|
||||
titleRes = R.string.patch_quality_badge_colors_title,
|
||||
descRes = R.string.patch_quality_badge_colors_desc,
|
||||
),
|
||||
PlayerOneHanded(
|
||||
order = 37,
|
||||
fileNames = listOf("player-one-handed.patch"),
|
||||
titleRes = R.string.patch_player_one_handed_title,
|
||||
descRes = R.string.patch_player_one_handed_desc,
|
||||
),
|
||||
CoverEverywhere(
|
||||
order = 35,
|
||||
fileNames = listOf(
|
||||
|
||||
@@ -42,6 +42,7 @@ data class PatchOptions(
|
||||
val disabled = (
|
||||
KnownPatch.DebugMenuUnlock.fileNames +
|
||||
KnownPatch.EnableLegacyUi.fileNames +
|
||||
KnownPatch.PlayerOneHanded.fileNames +
|
||||
miniPlayerFiles
|
||||
).toSet()
|
||||
|
||||
|
||||
@@ -270,6 +270,8 @@
|
||||
<string name="patch_player_backdrop_desc">Restores the legacy translucent backdrop blur behind the player.</string>
|
||||
<string name="patch_quality_badge_colors_title">Quality Badge Colors</string>
|
||||
<string name="patch_quality_badge_colors_desc">Brings color back to the player quality badge.</string>
|
||||
<string name="patch_player_one_handed_title">One-Handed Mode</string>
|
||||
<string name="patch_player_one_handed_desc">Mirrors the bottom player buttons left-to-right for easier one-handed reach.</string>
|
||||
<string name="patch_cover_everywhere_title">Cover Everywhere - WIP</string>
|
||||
<string name="patch_cover_everywhere_desc">Applies the blurred backdrop to every Compose based page (Home & Collection)</string>
|
||||
<string name="patch_lyrics_replace_share_button_title">Replace Share Button</string>
|
||||
|
||||
Reference in New Issue
Block a user