From dc5db02a8534d645c44f5422d6182f129e0c1516 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Mon, 10 Apr 2023 00:51:12 +0900 Subject: [PATCH] fix typo --- .../etc/forcebackground/patch/PlayerButtonBackgroundPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/etc/forcebackground/patch/PlayerButtonBackgroundPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/etc/forcebackground/patch/PlayerButtonBackgroundPatch.kt index fd6930c12..d2c89b7ef 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/etc/forcebackground/patch/PlayerButtonBackgroundPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/etc/forcebackground/patch/PlayerButtonBackgroundPatch.kt @@ -15,7 +15,7 @@ import app.revanced.patches.youtube.misc.settings.resource.patch.SettingsPatch import org.w3c.dom.Element @Patch(false) -@Name("force-player-button-background") +@Name("force-hide-player-button-background") @Description("Force removes the background from the video player buttons.") @DependsOn([SettingsPatch::class]) @YouTubeCompatibility