fix(music): some patch descriptions differ from settings

This commit is contained in:
inotia00 2023-09-20 16:12:41 +09:00
parent cba9c45c18
commit 3e42c8febc
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ import app.revanced.util.enum.CategoryType
@Patch @Patch
@Name("Hook download button") @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( @DependsOn(
[ [
ActionBarHookPatch::class, ActionBarHookPatch::class,

View File

@ -21,7 +21,7 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL
@Patch @Patch
@Name("Hide new playlist button") @Name("Hide new playlist button")
@Description("Hide the \"New playlist\" button in the library.") @Description("Hides the \"New playlist\" button in the library.")
@DependsOn( @DependsOn(
[ [
SettingsPatch::class, SettingsPatch::class,

View File

@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch @Patch
@Name("Enable force minimized player") @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]) @DependsOn([SettingsPatch::class])
@MusicCompatibility @MusicCompatibility
class MinimizedPlayerPatch : BytecodePatch( class MinimizedPlayerPatch : BytecodePatch(