diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/fullscreenpanels/patch/FullscreenPanelsRemoverPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/fullscreenpanels/patch/FullscreenPanelsRemoverPatch.kt index 99dc3b190..c97580e35 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/fullscreenpanels/patch/FullscreenPanelsRemoverPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/fullscreenpanels/patch/FullscreenPanelsRemoverPatch.kt @@ -16,7 +16,7 @@ import app.revanced.patches.youtube.layout.fullscreenpanels.annotations.Fullscre @Patch @Name("disable-fullscreen-panels") -@Description("Disable fullscreen panels") +@Description("Disable comments panel in fullscreen view.") @FullscreenPanelsCompatibility @Version("0.0.1") class FullscreenPanelsRemovalPatch : BytecodePatch(listOf()) {