From 8d9eb85b807bc1a9801cf3a984023de284305aa9 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 20 Jun 2022 08:03:02 +0200 Subject: [PATCH] refactor: patch description --- .../fullscreenpanels/patch/FullscreenPanelsRemoverPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {