feat(YouTube/Overlay buttons): change default patch options

This commit is contained in:
inotia00 2024-05-28 00:05:12 +09:00
parent da4ec56a3f
commit d01ca1ad5f

View File

@ -37,12 +37,12 @@ object OverlayButtonsPatch : BaseResourcePatch(
private const val DEFAULT_MARGIN = "0.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
private val iconTypes = mapOf(
"Bold" to "bold",
DEFAULT_ICON_KEY to "rounded",
DEFAULT_ICON_KEY to "bold",
"Rounded" to "rounded",
"Thin" to "thin"
)