mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-21 05:41:52 +00:00
Update Settings.xm
This commit is contained in:
parent
8f68e0c363
commit
bdc046b211
1 changed files with 2 additions and 2 deletions
|
|
@ -1689,7 +1689,7 @@ extern NSBundle *uYouPlusBundle();
|
||||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"YouTube Logo Customizer")
|
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"YouTube Logo Customizer")
|
||||||
titleDescription:LOC(@"Press this to change and select your perferred YouTube Logo. App restart is required.")
|
titleDescription:LOC(@"Press this to change and select your perferred YouTube Logo. App restart is required.")
|
||||||
accessibilityIdentifier:nil
|
accessibilityIdentifier:nil
|
||||||
switchOff:@""
|
switchOn:@""
|
||||||
switchBlock:^BOOL (YTSettingsCell *cell, BOOL disabled) {
|
switchBlock:^BOOL (YTSettingsCell *cell, BOOL disabled) {
|
||||||
[[NSUserDefaults standardUserDefaults] setBool:disabled forKey:@""];
|
[[NSUserDefaults standardUserDefaults] setBool:disabled forKey:@""];
|
||||||
return YES;
|
return YES;
|
||||||
|
|
@ -1884,7 +1884,7 @@ extern NSBundle *uYouPlusBundle();
|
||||||
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"enableVersionSpoofer_enabled"];
|
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"enableVersionSpoofer_enabled"];
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
settingItemId:0], versionSpooferSection]];
|
settingItemId:0], versionSpooferSection];
|
||||||
YTSettingsPickerViewController *picker = [[%c(YTSettingsPickerViewController) alloc] initWithNavTitle:LOC(@"MISCELLANEOUS") pickerSectionTitle:nil rows:rows selectedItemIndex:NSNotFound parentResponder:[self parentResponder]];
|
YTSettingsPickerViewController *picker = [[%c(YTSettingsPickerViewController) alloc] initWithNavTitle:LOC(@"MISCELLANEOUS") pickerSectionTitle:nil rows:rows selectedItemIndex:NSNotFound parentResponder:[self parentResponder]];
|
||||||
[settingsViewController pushViewController:picker];
|
[settingsViewController pushViewController:picker];
|
||||||
return YES;
|
return YES;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue