Update uYouPlus.xm

This commit is contained in:
aricloverEXALT 2025-01-12 01:19:57 -06:00 committed by GitHub
parent f99dc2c54d
commit 1b4ecc9e61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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