mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 02:32:10 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
546f1f3603
commit
d88165f2a5
1 changed files with 3 additions and 0 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue