feat(youtube/hide-player-overlay): exclude by default

This commit is contained in:
oSumAtrIX 2023-04-30 03:18:37 +02:00
parent 2151036d04
commit 1c6fb941f5
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -10,7 +10,7 @@ import app.revanced.patcher.patch.ResourcePatch
import app.revanced.patcher.patch.annotations.Patch
import app.revanced.patches.youtube.layout.hide.player.overlay.annotations.HidePlayerOverlayPatchCompatibility
@Patch
@Patch(false)
@Name("hide-player-overlay")
@Description("Hides the dark player overlay when player controls are visible.")
@HidePlayerOverlayPatchCompatibility