This commit is contained in:
inotia00 2023-04-15 23:48:03 +09:00
parent 9da6c5f41e
commit bff18d22f4
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ import app.revanced.util.resources.ResourceUtils.copyXmlNode
)
@YouTubeCompatibility
@Version("0.0.1")
class OverlayButtonsResourcePatch : ResourcePatch {
class OverlayButtonsPatch : ResourcePatch {
override fun execute(context: ResourceContext): PatchResult {
val icon = PatchOptions.OverlayButtonsIcon!!

View File

@ -27,7 +27,7 @@ import app.revanced.patches.youtube.misc.settings.resource.patch.SettingsPatch
)
@YouTubeCompatibility
@Version("0.0.1")
class TooltipContentViewBytecodePatch : BytecodePatch(
class TooltipContentViewPatch : BytecodePatch(
listOf(
TooltipContentViewFingerprint
)