mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
fix: patch options are not required in the RVX Manager
This commit is contained in:
@ -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
|
||||
)
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user