mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-08 10:34:33 +02:00
fix(music): some patch descriptions differ from settings
This commit is contained in:
parent
cba9c45c18
commit
3e42c8febc
@ -15,7 +15,7 @@ import app.revanced.util.enum.CategoryType
|
||||
|
||||
@Patch
|
||||
@Name("Hook download button")
|
||||
@Description("Replaces the offline download button in the button container with an external download button.")
|
||||
@Description("Replaces the offline download button with an external download button.")
|
||||
@DependsOn(
|
||||
[
|
||||
ActionBarHookPatch::class,
|
||||
|
@ -21,7 +21,7 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL
|
||||
|
||||
@Patch
|
||||
@Name("Hide new playlist button")
|
||||
@Description("Hide the \"New playlist\" button in the library.")
|
||||
@Description("Hides the \"New playlist\" button in the library.")
|
||||
@DependsOn(
|
||||
[
|
||||
SettingsPatch::class,
|
||||
|
@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch
|
||||
@Name("Enable force minimized player")
|
||||
@Description("Permanently keep player minimized even if another track is played.")
|
||||
@Description("Keep player permanently minimized even if another track is played.")
|
||||
@DependsOn([SettingsPatch::class])
|
||||
@MusicCompatibility
|
||||
class MinimizedPlayerPatch : BytecodePatch(
|
||||
|
Loading…
x
Reference in New Issue
Block a user