feat(YouTube - Theme): Improve patch option descriptions

This commit is contained in:
oSumAtrIX 2023-10-22 23:46:41 +02:00
parent cf6006cc83
commit 5d3008a5af
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -64,7 +64,7 @@ object ThemeBytecodePatch : BytecodePatch(
"Dark red" to "#FF290000"
),
title = "Dark theme background color",
description = "The background color of the dark theme. Can be a hex color or a resource reference.",
description = "Can be a hex color (#AARRGGBB) or a color resource reference.",
)
internal val lightThemeBackgroundColor by stringPatchOption(
@ -82,7 +82,7 @@ object ThemeBytecodePatch : BytecodePatch(
"Light red" to "#FFFFD6D6"
),
title = "Light theme background color",
description = "The background color of the light theme. Can be a hex color or a resource reference.",
description = "Can be a hex color or a color resource reference.",
)
override fun execute(context: BytecodeContext) {