Update uYouPlus.xm

This commit is contained in:
arichorn 2023-08-11 17:45:01 -05:00 committed by GitHub
parent 546f1f3603
commit d88165f2a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1357,6 +1357,9 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
if (IsEnabled(@"ytNoModernUI_enabled")) {
%init(gYTNoModernUI);
}
if (IsEnabled(@"ytAppPatcher_enabled")) {
%init(gYouTubeAppPatcher);
}
// Disable updates
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"automaticallyCheckForUpdates"];