From 045bbbab9ae42775a4ae96223381c30b581f493c Mon Sep 17 00:00:00 2001 From: meowarex Date: Mon, 25 May 2026 04:35:06 +1000 Subject: [PATCH] Fix Missing Dependency --- .../com/meowarex/rlmobile/ui/screens/patchopts/KnownPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manager/app/src/main/kotlin/com/meowarex/rlmobile/ui/screens/patchopts/KnownPatch.kt b/Manager/app/src/main/kotlin/com/meowarex/rlmobile/ui/screens/patchopts/KnownPatch.kt index 4a4dade..9dae2b3 100644 --- a/Manager/app/src/main/kotlin/com/meowarex/rlmobile/ui/screens/patchopts/KnownPatch.kt +++ b/Manager/app/src/main/kotlin/com/meowarex/rlmobile/ui/screens/patchopts/KnownPatch.kt @@ -77,7 +77,7 @@ enum class KnownPatch( ), titleRes = R.string.patch_lyrics_progress_pill_title, descRes = R.string.patch_lyrics_progress_pill_desc, - requires = listOf(LyricsDisableCover, LyricsReplaceShareButton), + requires = listOf(LyricsDisableCover, LyricsReplaceLyricsButton, LyricsReplaceShareButton), ), EnableLegacyUi( order = 10,