mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-30 15:19:32 +00:00
Update uYouPlusSettings.xm
This commit is contained in:
parent
0a1e60788a
commit
f166b3d205
1 changed files with 0 additions and 14 deletions
|
|
@ -64,20 +64,6 @@ SWITCH3(
|
|||
);
|
||||
*/
|
||||
|
||||
// Notifications Tab
|
||||
static BOOL useDefaultStyle() {
|
||||
return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 0;
|
||||
}
|
||||
static BOOL useThinOutlineStyle() {
|
||||
return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 1;
|
||||
}
|
||||
static BOOL usePre2020Style() {
|
||||
return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 2;
|
||||
}
|
||||
static BOOL useInboxStyle() {
|
||||
return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 3;
|
||||
}
|
||||
// Cache
|
||||
static NSString *GetCacheSize() { // YTLite - @dayanch96
|
||||
NSString *cachePath = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES).firstObject;
|
||||
NSArray *filesArray = [[NSFileManager defaultManager] subpathsOfDirectoryAtPath:cachePath error:nil];
|
||||
|
|
|
|||
Loading…
Reference in a new issue