fix: patch options are not required in the RVX Manager

This commit is contained in:
inotia00
2024-06-11 23:32:57 +09:00
parent 672034ba24
commit 428c6b18fe
15 changed files with 50 additions and 22 deletions

View File

@ -52,7 +52,8 @@ object OverlayButtonsPatch : BaseResourcePatch(
default = DEFAULT_ICON_KEY,
values = iconTypes,
title = "Icon type",
description = "The icon type."
description = "The icon type.",
required = true
)
// Option to set bottom margin
@ -64,7 +65,8 @@ object OverlayButtonsPatch : BaseResourcePatch(
"Default" to DEFAULT_MARGIN
),
title = "Bottom margin",
description = "The bottom margin for the overlay buttons and timestamp."
description = "The bottom margin for the overlay buttons and timestamp.",
required = true
)
/**