From 7ee44740b5b655ab2f744be227f7146800e722e6 Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Sun, 12 Jan 2025 00:33:44 -0600 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 8d12b90..53b81c0 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -17,20 +17,6 @@ NSBundle *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 %group gShowNotificationsTab %hook YTAppPivotBarItemStyle