diff --git a/Sources/uYouPlusSettings.xm b/Sources/uYouPlusSettings.xm index 959620d..8190851 100644 --- a/Sources/uYouPlusSettings.xm +++ b/Sources/uYouPlusSettings.xm @@ -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);