mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
f99dc2c54d
commit
1b4ecc9e61
1 changed files with 0 additions and 3 deletions
|
|
@ -21,9 +21,6 @@ NSBundle *tweakBundle = uYouPlusBundle();
|
|||
static int getNotificationIconStyle() {
|
||||
return [[NSUserDefaults standardUserDefaults] integerForKey:@"notificationIconStyle"];
|
||||
}
|
||||
static BOOL useDefaultStyle() {
|
||||
return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 0;
|
||||
}
|
||||
static BOOL useThinOutlineStyle() {
|
||||
return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue