Skip to content

Commit

Permalink
Merge pull request #22 from arichorn/patch-1
Browse files Browse the repository at this point in the history
Fix `Remove Dark Background in Overlay`
  • Loading branch information
dayanch96 authored Jul 25, 2023
2 parents bcd9e54 + 6876c2e commit 05b7faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YTLite.x
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@

// Remove Dark Background in Overlay
%hook YTMainAppVideoPlayerOverlayView
- (void)setBackgroundVisible:(BOOL)arg1 { kNoDarkBg ? %orig(NO) : %orig; }
- (void)setBackgroundVisible:(BOOL)arg1 isGradientBackground:(BOOL)arg2 { kNoDarkBg ? %orig(NO, arg2) : %orig; }
%end

// No Endscreen Cards
Expand Down

0 comments on commit 05b7faf

Please sign in to comment.