Merge pull request #22 from arichorn/patch-1

Fix `Remove Dark Background in Overlay`
This commit is contained in:
Dan
2023-07-26 02:37:49 +03:00
committed by GitHub
+1 -1
View File
@@ -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