mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-07 14:55:50 +01:00
fix(youtube/disable-fullscreen-panels-auto-popup): use proper descriptions
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
1c6f30d061
commit
4c824876b4
@ -20,11 +20,11 @@ import app.revanced.patches.youtube.misc.settings.bytecode.patch.SettingsPatch
|
|||||||
|
|
||||||
@Patch
|
@Patch
|
||||||
@DependsOn([IntegrationsPatch::class, SettingsPatch::class])
|
@DependsOn([IntegrationsPatch::class, SettingsPatch::class])
|
||||||
@Name("disable-auto-player-popup-panels")
|
@Name("disable-fullscreen-panels-auto-popup")
|
||||||
@Description("Disable automatic popup panels (playlist or live chat) on video player.")
|
@Description("Disables fullscreen panels from appearing automatically when going fullscreen (playlist or live chat).")
|
||||||
@PlayerPopupPanelsCompatibility
|
@PlayerPopupPanelsCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
class PlayerPopupPanelsPatch : BytecodePatch(
|
class FullscreenPanelsPatch : BytecodePatch(
|
||||||
listOf(
|
listOf(
|
||||||
EngagementPanelControllerFingerprint
|
EngagementPanelControllerFingerprint
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user