mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +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() {
|
static int getNotificationIconStyle() {
|
||||||
return [[NSUserDefaults standardUserDefaults] integerForKey:@"notificationIconStyle"];
|
return [[NSUserDefaults standardUserDefaults] integerForKey:@"notificationIconStyle"];
|
||||||
}
|
}
|
||||||
static BOOL useDefaultStyle() {
|
|
||||||
return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 0;
|
|
||||||
}
|
|
||||||
static BOOL useThinOutlineStyle() {
|
static BOOL useThinOutlineStyle() {
|
||||||
return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 1;
|
return IS_ENABLED(@"enableNotificationIconStyle") && getNotificationIconStyle() == 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue