mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Update uYouPlusSettings.xm
This commit is contained in:
parent
b6c979b8a9
commit
3f650bd623
1 changed files with 2 additions and 1 deletions
|
|
@ -200,11 +200,12 @@ extern NSBundle *uYouPlusBundle();
|
|||
[sectionItems addObject:exitYT];
|
||||
|
||||
# pragma mark - Cache
|
||||
SECTION_HEADER(LOC(@"Cache"));
|
||||
SECTION_HEADER(@"Cache");
|
||||
YTSettingsSectionItem *clearCache = [%c(YTSettingsSectionItem)
|
||||
itemWithTitle:LOC(@"Clear Cache")
|
||||
titleDescription:[self getCacheSize]
|
||||
accessibilityIdentifier:nil
|
||||
detailTextBlock:nil
|
||||
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
||||
UIActivityIndicatorView *activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleMedium];
|
||||
activityIndicator.color = [UIColor labelColor];
|
||||
|
|
|
|||
Loading…
Reference in a new issue