mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 07:19:24 +01:00
feat(youtube/hide-player-overlay): exclude by default
This commit is contained in:
parent
2151036d04
commit
1c6fb941f5
@ -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…
Reference in New Issue
Block a user