mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Remove deprecated options (uYouPlusSettings.xm)
Stuff like “Fix LowContrastMode” no longer works. It’s been removed.
This commit is contained in:
parent
ee38664c64
commit
c5a16d4328
1 changed files with 0 additions and 13 deletions
|
|
@ -366,18 +366,6 @@ NSString *cacheDescription = [NSString stringWithFormat:@"%@", GetCacheSize()];
|
|||
];
|
||||
[sectionItems addObject:clearCache];
|
||||
|
||||
YTSettingsSectionItem *refreshConnection = [%c(YTSettingsSectionItem)
|
||||
itemWithTitle:LOC(@"REFRESH_CONNECTION")
|
||||
titleDescription:LOC(@"REFRESH_CONNECTION_DESC")
|
||||
accessibilityIdentifier:nil
|
||||
detailTextBlock:nil
|
||||
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
||||
ResetNetworkSettings();
|
||||
return YES;
|
||||
}
|
||||
];
|
||||
[sectionItems addObject:refreshConnection];
|
||||
|
||||
# pragma mark - App theme
|
||||
SECTION_HEADER(LOC(@"THEME_OPTIONS"));
|
||||
|
||||
|
|
@ -658,7 +646,6 @@ NSString *cacheDescription = [NSString stringWithFormat:@"%@", GetCacheSize()];
|
|||
];
|
||||
[sectionItems addObject:lowContrastModeButton];
|
||||
SWITCH2(LOC(@"CLASSIC_VIDEO_PLAYER"), LOC(@"CLASSIC_VIDEO_PLAYER_DESC"), kClassicVideoPlayer);
|
||||
SWITCH2(LOC(@"FIX_LOWCONTRASTMODE"), LOC(@"FIX_LOWCONTRASTMODE_DESC"), kFixLowContrastMode);
|
||||
SWITCH2(LOC(@"DISABLE_MODERN_BUTTONS"), LOC(@"DISABLE_MODERN_BUTTONS_DESC"), kDisableModernButtons);
|
||||
SWITCH2(LOC(@"DISABLE_ROUNDED_CORNERS_ON_HINTS"), LOC(@"DISABLE_ROUNDED_CORNERS_ON_HINTS_DESC"), kDisableRoundedHints);
|
||||
SWITCH2(LOC(@"DISABLE_MODERN_FLAGS"), LOC(@"DISABLE_MODERN_FLAGS_DESC"), kDisableModernFlags);
|
||||
|
|
|
|||
Loading…
Reference in a new issue