mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 23:22:09 +00:00
typo :/
This commit is contained in:
parent
cc8f4ce4ed
commit
bf8c3c1268
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ extern BOOL GreenUI();
|
|||
return YES;
|
||||
};
|
||||
|
||||
YTSettingsSectionItem *fixGoogleSigin = [[%c(YTSettingsSectionItem) alloc] initWithTitle:LOC(@"FIX_GOOGLE_SIGNIN") titleDescription:LOC(@"FIX_GOOGLE_SIGNIN_DESC")];
|
||||
YTSettingsSectionItem *fixGoogleSignIn = [[%c(YTSettingsSectionItem) alloc] initWithTitle:LOC(@"FIX_GOOGLE_SIGNIN") titleDescription:LOC(@"FIX_GOOGLE_SIGNIN_DESC")];
|
||||
fixGoogleSignIn.hasSwitch = YES;
|
||||
fixGoogleSignIn.switchVisible = YES;
|
||||
fixGoogleSignIn.on = [[NSUserDefaults standardUserDefaults] boolForKey:@"fixGoogleSignIn_enabled"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue