fix(youtube/disable-fullscreen-panels-auto-popup): use proper descriptions

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2023-02-19 04:57:11 +01:00
parent 1c6f30d061
commit 4c824876b4
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

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