Skip to content

Commit

Permalink
feat(youtube/hide-player-overlay): exclude by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 30, 2023
1 parent 2151036 commit 1c6fb94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c6fb94

Please sign in to comment.