Update uYouPlusSettings.xm

This commit is contained in:
arichornlover 2024-02-11 16:45:53 -06:00 committed by GitHub
parent b6c979b8a9
commit 3f650bd623
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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];