mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-12 18:04:26 +01:00
fix: Case patch option title correctly
This commit is contained in:
parent
3901b7d4bb
commit
259c8b4e58
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class HexPatch : BaseHexPatch() {
|
||||||
// Replace the custom option type with a stringArrayOption once the issue is resolved.
|
// Replace the custom option type with a stringArrayOption once the issue is resolved.
|
||||||
private val replacementsOption by registerNewPatchOption<PatchClass<*>, List<String>>(
|
private val replacementsOption by registerNewPatchOption<PatchClass<*>, List<String>>(
|
||||||
key = "replacements",
|
key = "replacements",
|
||||||
title = "replacements",
|
title = "Replacements",
|
||||||
description = """
|
description = """
|
||||||
Hexadecimal patterns to search for and replace with another in a target file.
|
Hexadecimal patterns to search for and replace with another in a target file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue