mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-03 16:14:28 +02:00
feat: change patch name
This commit is contained in:
parent
8dc8bffea7
commit
1d592b8f3a
@ -15,7 +15,7 @@ import java.nio.file.Files
|
|||||||
|
|
||||||
@Suppress("DEPRECATION", "unused")
|
@Suppress("DEPRECATION", "unused")
|
||||||
object CustomBrandingIconPatch : BaseResourcePatch(
|
object CustomBrandingIconPatch : BaseResourcePatch(
|
||||||
name = "Custom branding icon YouTube Music",
|
name = "Custom branding icon for YouTube Music",
|
||||||
description = "Changes the YouTube Music app icon to the icon specified in options.json.",
|
description = "Changes the YouTube Music app icon to the icon specified in options.json.",
|
||||||
compatiblePackages = COMPATIBLE_PACKAGE
|
compatiblePackages = COMPATIBLE_PACKAGE
|
||||||
) {
|
) {
|
||||||
|
@ -9,7 +9,7 @@ import app.revanced.util.valueOrThrow
|
|||||||
|
|
||||||
@Suppress("DEPRECATION", "unused")
|
@Suppress("DEPRECATION", "unused")
|
||||||
object CustomBrandingNamePatch : BaseResourcePatch(
|
object CustomBrandingNamePatch : BaseResourcePatch(
|
||||||
name = "Custom branding name YouTube Music",
|
name = "Custom branding name for YouTube Music",
|
||||||
description = "Renames the YouTube Music app to the name specified in options.json.",
|
description = "Renames the YouTube Music app to the name specified in options.json.",
|
||||||
compatiblePackages = COMPATIBLE_PACKAGE
|
compatiblePackages = COMPATIBLE_PACKAGE
|
||||||
) {
|
) {
|
||||||
|
@ -10,7 +10,7 @@ import app.revanced.util.patch.BaseResourcePatch
|
|||||||
|
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object TranslationsPatch : BaseResourcePatch(
|
object TranslationsPatch : BaseResourcePatch(
|
||||||
name = "Translations YouTube Music",
|
name = "Translations for YouTube Music",
|
||||||
description = "Add translations or remove string resources.",
|
description = "Add translations or remove string resources.",
|
||||||
dependencies = setOf(SettingsPatch::class),
|
dependencies = setOf(SettingsPatch::class),
|
||||||
compatiblePackages = COMPATIBLE_PACKAGE
|
compatiblePackages = COMPATIBLE_PACKAGE
|
||||||
|
@ -10,7 +10,7 @@ import java.nio.file.Files
|
|||||||
|
|
||||||
@Suppress("DEPRECATION", "unused")
|
@Suppress("DEPRECATION", "unused")
|
||||||
object CustomBrandingNamePatch : BaseResourcePatch(
|
object CustomBrandingNamePatch : BaseResourcePatch(
|
||||||
name = "Custom branding name Reddit",
|
name = "Custom branding name for Reddit",
|
||||||
description = "Renames the Reddit app to the name specified in options.json.",
|
description = "Renames the Reddit app to the name specified in options.json.",
|
||||||
compatiblePackages = COMPATIBLE_PACKAGE,
|
compatiblePackages = COMPATIBLE_PACKAGE,
|
||||||
use = false
|
use = false
|
||||||
|
@ -16,7 +16,7 @@ import app.revanced.util.underBarOrThrow
|
|||||||
|
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object CustomBrandingIconPatch : BaseResourcePatch(
|
object CustomBrandingIconPatch : BaseResourcePatch(
|
||||||
name = "Custom branding icon YouTube",
|
name = "Custom branding icon for YouTube",
|
||||||
description = "Changes the YouTube app icon to the icon specified in options.json.",
|
description = "Changes the YouTube app icon to the icon specified in options.json.",
|
||||||
dependencies = setOf(SettingsPatch::class),
|
dependencies = setOf(SettingsPatch::class),
|
||||||
compatiblePackages = COMPATIBLE_PACKAGE,
|
compatiblePackages = COMPATIBLE_PACKAGE,
|
||||||
|
@ -11,7 +11,7 @@ import app.revanced.util.valueOrThrow
|
|||||||
|
|
||||||
@Suppress("DEPRECATION", "unused")
|
@Suppress("DEPRECATION", "unused")
|
||||||
object CustomBrandingNamePatch : BaseResourcePatch(
|
object CustomBrandingNamePatch : BaseResourcePatch(
|
||||||
name = "Custom branding name YouTube",
|
name = "Custom branding name for YouTube",
|
||||||
description = "Renames the YouTube app to the name specified in options.json.",
|
description = "Renames the YouTube app to the name specified in options.json.",
|
||||||
dependencies = setOf(SettingsPatch::class),
|
dependencies = setOf(SettingsPatch::class),
|
||||||
compatiblePackages = COMPATIBLE_PACKAGE
|
compatiblePackages = COMPATIBLE_PACKAGE
|
||||||
|
@ -10,7 +10,7 @@ import app.revanced.util.patch.BaseResourcePatch
|
|||||||
|
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object TranslationsPatch : BaseResourcePatch(
|
object TranslationsPatch : BaseResourcePatch(
|
||||||
name = "Translations YouTube",
|
name = "Translations for YouTube",
|
||||||
description = "Add translations or remove string resources.",
|
description = "Add translations or remove string resources.",
|
||||||
dependencies = setOf(SettingsPatch::class),
|
dependencies = setOf(SettingsPatch::class),
|
||||||
compatiblePackages = COMPATIBLE_PACKAGE
|
compatiblePackages = COMPATIBLE_PACKAGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user