udpate uYouPlus.xm
This commit is contained in:
+4
-3
@@ -748,6 +748,7 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
|
||||
- (void)didMoveToWindow {
|
||||
%orig;
|
||||
if (isDarkMode()) {
|
||||
self.backgroundColor = raisedColor;
|
||||
self.subviews[1].backgroundColor = raisedColor;
|
||||
self.superview.backgroundColor = raisedColor;
|
||||
}
|
||||
@@ -887,15 +888,15 @@ static void replaceTab(YTIGuideResponse *response) {
|
||||
%init(Main);
|
||||
}
|
||||
if (hidePreviousAndNextButton()) {
|
||||
%init(gHidePreviousAndNextButton);
|
||||
%init(gHidePreviousAndNextButton);
|
||||
}
|
||||
if (replacePreviousAndNextButton()) {
|
||||
%init(gReplacePreviousAndNextButton);
|
||||
%init(gReplacePreviousAndNextButton);
|
||||
}
|
||||
if (@available(iOS 16, *)) {
|
||||
%init(iOS16);
|
||||
}
|
||||
if (!fixGoogleSigin()) {
|
||||
%init(gDevice_challenge_request_hack);
|
||||
%init(gDevice_challenge_request_hack);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user