mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 23:22:09 +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];
|
[sectionItems addObject:exitYT];
|
||||||
|
|
||||||
# pragma mark - Cache
|
# pragma mark - Cache
|
||||||
SECTION_HEADER(LOC(@"Cache"));
|
SECTION_HEADER(@"Cache");
|
||||||
YTSettingsSectionItem *clearCache = [%c(YTSettingsSectionItem)
|
YTSettingsSectionItem *clearCache = [%c(YTSettingsSectionItem)
|
||||||
itemWithTitle:LOC(@"Clear Cache")
|
itemWithTitle:LOC(@"Clear Cache")
|
||||||
titleDescription:[self getCacheSize]
|
titleDescription:[self getCacheSize]
|
||||||
accessibilityIdentifier:nil
|
accessibilityIdentifier:nil
|
||||||
|
detailTextBlock:nil
|
||||||
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
||||||
UIActivityIndicatorView *activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleMedium];
|
UIActivityIndicatorView *activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleMedium];
|
||||||
activityIndicator.color = [UIColor labelColor];
|
activityIndicator.color = [UIColor labelColor];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue