Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qnblackcat committed Jun 24, 2023
1 parent 25625b7 commit 6ae48d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -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"];
Expand Down

0 comments on commit 6ae48d6

Please sign in to comment.