From 4c824876b45e32c5b79a9817b0a362f31bd13879 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 19 Feb 2023 04:57:11 +0100 Subject: [PATCH] fix(youtube/disable-fullscreen-panels-auto-popup): use proper descriptions Signed-off-by: oSumAtrIX --- .../panels/fullscreen/popup/patch/FullscreenPanelsPatch.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/panels/fullscreen/popup/patch/FullscreenPanelsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/panels/fullscreen/popup/patch/FullscreenPanelsPatch.kt index 5df0e656..33435107 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/panels/fullscreen/popup/patch/FullscreenPanelsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/panels/fullscreen/popup/patch/FullscreenPanelsPatch.kt @@ -20,11 +20,11 @@ import app.revanced.patches.youtube.misc.settings.bytecode.patch.SettingsPatch @Patch @DependsOn([IntegrationsPatch::class, SettingsPatch::class]) -@Name("disable-auto-player-popup-panels") -@Description("Disable automatic popup panels (playlist or live chat) on video player.") +@Name("disable-fullscreen-panels-auto-popup") +@Description("Disables fullscreen panels from appearing automatically when going fullscreen (playlist or live chat).") @PlayerPopupPanelsCompatibility @Version("0.0.1") -class PlayerPopupPanelsPatch : BytecodePatch( +class FullscreenPanelsPatch : BytecodePatch( listOf( EngagementPanelControllerFingerprint )