mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
bfa050fd69
commit
7ee44740b5
1 changed files with 0 additions and 14 deletions
|
|
@ -17,20 +17,6 @@ NSBundle *uYouPlusBundle() {
|
||||||
NSBundle *tweakBundle = uYouPlusBundle();
|
NSBundle *tweakBundle = uYouPlusBundle();
|
||||||
//
|
//
|
||||||
|
|
||||||
// Notifications Tab nostalgic customization
|
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Notifications Tab - @arichornlover & @dayanch96
|
// Notifications Tab - @arichornlover & @dayanch96
|
||||||
%group gShowNotificationsTab
|
%group gShowNotificationsTab
|
||||||
%hook YTAppPivotBarItemStyle
|
%hook YTAppPivotBarItemStyle
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue