Skip to content

Commit

Permalink
fix(youtube/disable-fullscreen-panels-auto-popup): use proper descrip…
Browse files Browse the repository at this point in the history
…tions

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
  • Loading branch information
oSumAtrIX committed Feb 20, 2023
1 parent 1c6f30d commit 4c82487
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 4c82487

Please sign in to comment.