Update uYouPlus.h

This commit is contained in:
aricloverEXALT 2025-01-12 00:52:01 -06:00 committed by GitHub
parent bb2400e505
commit 0a1e60788a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,18 +179,6 @@ static NSString *const kNewSettingsUI = @"newSettingsUI_enabled";
static NSString *const kFlex = @"flex_enabled";
// unused (uYouEnhanced)
static NSString *const kGoogleSigninFix = @"googleSigninFix_enabled";
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;
}
// Always show remaining time in video player - @bhackel
// Header has been moved to https://github.com/PoomSmart/YouTubeHeader/blob/main/YTPlayerBarController.h