refactor: patch description

This commit is contained in:
oSumAtrIX
2022-06-20 08:03:02 +02:00
committed by GitHub
parent 3bf0561635
commit 8d9eb85b80

View File

@ -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()) {