feat: change patch name

This commit is contained in:
inotia00 2024-06-12 22:31:05 +09:00
parent 8dc8bffea7
commit 1d592b8f3a
7 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@ import java.nio.file.Files
@Suppress("DEPRECATION", "unused")
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.",
compatiblePackages = COMPATIBLE_PACKAGE
) {

View File

@ -9,7 +9,7 @@ import app.revanced.util.valueOrThrow
@Suppress("DEPRECATION", "unused")
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.",
compatiblePackages = COMPATIBLE_PACKAGE
) {

View File

@ -10,7 +10,7 @@ import app.revanced.util.patch.BaseResourcePatch
@Suppress("unused")
object TranslationsPatch : BaseResourcePatch(
name = "Translations YouTube Music",
name = "Translations for YouTube Music",
description = "Add translations or remove string resources.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE

View File

@ -10,7 +10,7 @@ import java.nio.file.Files
@Suppress("DEPRECATION", "unused")
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.",
compatiblePackages = COMPATIBLE_PACKAGE,
use = false

View File

@ -16,7 +16,7 @@ import app.revanced.util.underBarOrThrow
@Suppress("unused")
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.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE,

View File

@ -11,7 +11,7 @@ import app.revanced.util.valueOrThrow
@Suppress("DEPRECATION", "unused")
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.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE

View File

@ -10,7 +10,7 @@ import app.revanced.util.patch.BaseResourcePatch
@Suppress("unused")
object TranslationsPatch : BaseResourcePatch(
name = "Translations YouTube",
name = "Translations for YouTube",
description = "Add translations or remove string resources.",
dependencies = setOf(SettingsPatch::class),
compatiblePackages = COMPATIBLE_PACKAGE