mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-29 13:20:19 +02:00
feat: change patch name Settings
This commit is contained in:
parent
eafe50ba7a
commit
9b403de671
@ -17,8 +17,8 @@ import java.util.concurrent.TimeUnit
|
|||||||
|
|
||||||
@Suppress("DEPRECATION", "unused")
|
@Suppress("DEPRECATION", "unused")
|
||||||
object SettingsPatch : BaseResourcePatch(
|
object SettingsPatch : BaseResourcePatch(
|
||||||
name = "Settings",
|
name = "Settings for YouTube Music",
|
||||||
description = "Adds ReVanced Extended settings to YouTube Music.",
|
description = "Applies mandatory patches to implement ReVanced Extended settings into the application.",
|
||||||
dependencies = setOf(
|
dependencies = setOf(
|
||||||
AccessibilityNodeInfoPatch::class,
|
AccessibilityNodeInfoPatch::class,
|
||||||
SettingsBytecodePatch::class
|
SettingsBytecodePatch::class
|
||||||
|
@ -9,8 +9,8 @@ import kotlin.io.path.exists
|
|||||||
|
|
||||||
@Suppress("DEPRECATION")
|
@Suppress("DEPRECATION")
|
||||||
object SettingsPatch : BaseResourcePatch(
|
object SettingsPatch : BaseResourcePatch(
|
||||||
name = "Settings",
|
name = "Settings for Reddit",
|
||||||
description = "Adds ReVanced Extended settings to Reddit.",
|
description = "Applies mandatory patches to implement ReVanced Extended settings into the application.",
|
||||||
dependencies = setOf(
|
dependencies = setOf(
|
||||||
IntegrationsPatch::class,
|
IntegrationsPatch::class,
|
||||||
SettingsBytecodePatch::class,
|
SettingsBytecodePatch::class,
|
||||||
|
@ -26,7 +26,7 @@ import java.util.jar.Manifest
|
|||||||
|
|
||||||
@Suppress("DEPRECATION", "unused")
|
@Suppress("DEPRECATION", "unused")
|
||||||
object SettingsPatch : BaseResourcePatch(
|
object SettingsPatch : BaseResourcePatch(
|
||||||
name = "Settings",
|
name = "Settings for YouTube",
|
||||||
description = "Applies mandatory patches to implement ReVanced Extended settings into the application.",
|
description = "Applies mandatory patches to implement ReVanced Extended settings into the application.",
|
||||||
dependencies = setOf(
|
dependencies = setOf(
|
||||||
IntegrationsPatch::class,
|
IntegrationsPatch::class,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user