feat: change patch name Settings

This commit is contained in:
inotia00 2024-06-11 23:45:43 +09:00
parent eafe50ba7a
commit 9b403de671
3 changed files with 5 additions and 5 deletions

View File

@ -17,8 +17,8 @@ import java.util.concurrent.TimeUnit
@Suppress("DEPRECATION", "unused")
object SettingsPatch : BaseResourcePatch(
name = "Settings",
description = "Adds ReVanced Extended settings to YouTube Music.",
name = "Settings for YouTube Music",
description = "Applies mandatory patches to implement ReVanced Extended settings into the application.",
dependencies = setOf(
AccessibilityNodeInfoPatch::class,
SettingsBytecodePatch::class

View File

@ -9,8 +9,8 @@ import kotlin.io.path.exists
@Suppress("DEPRECATION")
object SettingsPatch : BaseResourcePatch(
name = "Settings",
description = "Adds ReVanced Extended settings to Reddit.",
name = "Settings for Reddit",
description = "Applies mandatory patches to implement ReVanced Extended settings into the application.",
dependencies = setOf(
IntegrationsPatch::class,
SettingsBytecodePatch::class,

View File

@ -26,7 +26,7 @@ import java.util.jar.Manifest
@Suppress("DEPRECATION", "unused")
object SettingsPatch : BaseResourcePatch(
name = "Settings",
name = "Settings for YouTube",
description = "Applies mandatory patches to implement ReVanced Extended settings into the application.",
dependencies = setOf(
IntegrationsPatch::class,