New Patch: One-Handed Mode <3

This commit is contained in:
2026-06-21 01:36:05 +10:00
parent 7f3618aeae
commit 4791e69bec
4 changed files with 54 additions and 0 deletions
@@ -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 &amp; Collection)</string>
<string name="patch_lyrics_replace_share_button_title">Replace Share Button</string>