feat(youtube/hide-player-overlay): exclude by default
This commit is contained in:
parent
85fc66eebd
commit
69566acc0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue