mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-03 08:04:36 +02:00
feat(YouTube/Overlay buttons): change default patch options
This commit is contained in:
parent
da4ec56a3f
commit
d01ca1ad5f
@ -37,12 +37,12 @@ object OverlayButtonsPatch : BaseResourcePatch(
|
|||||||
private const val DEFAULT_MARGIN = "0.0dip"
|
private const val DEFAULT_MARGIN = "0.0dip"
|
||||||
private const val WIDER_MARGIN = "6.0dip"
|
private const val WIDER_MARGIN = "6.0dip"
|
||||||
|
|
||||||
private const val DEFAULT_ICON_KEY = "Rounded"
|
private const val DEFAULT_ICON_KEY = "Bold"
|
||||||
|
|
||||||
// Mapping of icon types to their respective resource folder names
|
// Mapping of icon types to their respective resource folder names
|
||||||
private val iconTypes = mapOf(
|
private val iconTypes = mapOf(
|
||||||
"Bold" to "bold",
|
DEFAULT_ICON_KEY to "bold",
|
||||||
DEFAULT_ICON_KEY to "rounded",
|
"Rounded" to "rounded",
|
||||||
"Thin" to "thin"
|
"Thin" to "thin"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user