fix(YouTube - Change header): Improve patch descriptions (#2581)

This commit is contained in:
KobeW50 2024-01-09 14:07:11 -05:00 committed by GitHub
parent d43d666ec6
commit 43a5677397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ import java.io.File
@Patch( @Patch(
name = "Change header", name = "Change header",
description = "Change the in app header. Defaults to the ReVanced header.", description = "Applies a custom header in the top left corner within the app. Defaults to the ReVanced header.",
compatiblePackages = [ compatiblePackages = [
CompatiblePackage("com.google.android.youtube") CompatiblePackage("com.google.android.youtube")
], ],
@ -48,8 +48,8 @@ object ChangeHeaderPatch : ResourcePatch() {
), ),
title = "Header", title = "Header",
description = """ description = """
The header to use in top bar or the path to a custom header. Either a header name or a path to a custom header folder to use in the top bar.
The path to a folder containing one or more of the following folders matching the DPI of your device: The path to a folder must contain one or more of the following folders matching the DPI of your device:
${targetResourceDirectoryNames.joinToString("\n") { "- $it" }} ${targetResourceDirectoryNames.joinToString("\n") { "- $it" }}