mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-01 07:04:30 +02:00
fix typo
This commit is contained in:
parent
9da6c5f41e
commit
bff18d22f4
@ -35,7 +35,7 @@ import app.revanced.util.resources.ResourceUtils.copyXmlNode
|
|||||||
)
|
)
|
||||||
@YouTubeCompatibility
|
@YouTubeCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
class OverlayButtonsResourcePatch : ResourcePatch {
|
class OverlayButtonsPatch : ResourcePatch {
|
||||||
override fun execute(context: ResourceContext): PatchResult {
|
override fun execute(context: ResourceContext): PatchResult {
|
||||||
|
|
||||||
val icon = PatchOptions.OverlayButtonsIcon!!
|
val icon = PatchOptions.OverlayButtonsIcon!!
|
||||||
|
@ -27,7 +27,7 @@ import app.revanced.patches.youtube.misc.settings.resource.patch.SettingsPatch
|
|||||||
)
|
)
|
||||||
@YouTubeCompatibility
|
@YouTubeCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
class TooltipContentViewBytecodePatch : BytecodePatch(
|
class TooltipContentViewPatch : BytecodePatch(
|
||||||
listOf(
|
listOf(
|
||||||
TooltipContentViewFingerprint
|
TooltipContentViewFingerprint
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user