This commit is contained in:
Nguyễn Đạt 2023-06-24 08:34:48 +07:00 committed by GitHub
parent 25625b7014
commit 6ae48d6666
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -973,6 +973,9 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
// Disable updates
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"automaticallyCheckForUpdates"];
// Don't show uYou's welcome screen cuz it's currently broken (fix #1147)
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"showedWelcomeVC"];
// Disable broken options of uYou
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"disableAgeRestriction"];