mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Update uYouPlusSettings.xm
This commit is contained in:
parent
b870d7e95f
commit
e968e5f604
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ SWITCH3(
|
|||
);
|
||||
*/
|
||||
|
||||
NSString *cacheDescription = [NSString stringWithFormat:LOC(@"Current Cache Size: %@"), GetCacheSize()];
|
||||
NSString *cacheDescription = [NSString stringWithFormat:@"%@", GetCacheSize()];
|
||||
|
||||
static NSString *GetCacheSize() { // YTLite - @dayanch96
|
||||
NSString *cachePath = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES).firstObject;
|
||||
|
|
|
|||
Loading…
Reference in a new issue