mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 16:02:00 +00:00
Update uYouPlus.h
This commit is contained in:
parent
bb2400e505
commit
0a1e60788a
1 changed files with 0 additions and 12 deletions
|
|
@ -179,18 +179,6 @@ static NSString *const kNewSettingsUI = @"newSettingsUI_enabled";
|
||||||
static NSString *const kFlex = @"flex_enabled";
|
static NSString *const kFlex = @"flex_enabled";
|
||||||
// unused (uYouEnhanced)
|
// unused (uYouEnhanced)
|
||||||
static NSString *const kGoogleSigninFix = @"googleSigninFix_enabled";
|
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
|
// Always show remaining time in video player - @bhackel
|
||||||
// Header has been moved to https://github.com/PoomSmart/YouTubeHeader/blob/main/YTPlayerBarController.h
|
// Header has been moved to https://github.com/PoomSmart/YouTubeHeader/blob/main/YTPlayerBarController.h
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue