Red progress bar in settings
This commit is contained in:
parent
28284e5c71
commit
4342a7f78b
1 changed files with 9 additions and 9 deletions
18
Settings.xm
18
Settings.xm
|
|
@ -189,15 +189,15 @@ extern NSBundle *uYouPlusBundle();
|
||||||
}
|
}
|
||||||
settingItemId:0],
|
settingItemId:0],
|
||||||
|
|
||||||
// [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"RED_PROGRESS_BAR")
|
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"RED_PROGRESS_BAR")
|
||||||
// titleDescription:LOC(@"RED_PROGRESS_BAR_DESC")
|
titleDescription:LOC(@"RED_PROGRESS_BAR_DESC")
|
||||||
// accessibilityIdentifier:nil
|
accessibilityIdentifier:nil
|
||||||
// switchOn:IsEnabled(@"redProgressBar_enabled")
|
switchOn:IsEnabled(@"redProgressBar_enabled")
|
||||||
// switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
||||||
// [[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"redProgressBar_enabled"];
|
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"redProgressBar_enabled"];
|
||||||
// return YES;
|
return YES;
|
||||||
// }
|
}
|
||||||
// settingItemId:0],
|
settingItemId:0],
|
||||||
|
|
||||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"HIDE_HOVER_CARD")
|
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"HIDE_HOVER_CARD")
|
||||||
titleDescription:LOC(@"HIDE_HOVER_CARD_DESC")
|
titleDescription:LOC(@"HIDE_HOVER_CARD_DESC")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue