From 00e43bcce28535909ecc671d20b9f2d6c6325487 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:50:57 -0500 Subject: [PATCH] Remove Duplicated Option --- Settings.xm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Settings.xm b/Settings.xm index a3e3296..13776f3 100644 --- a/Settings.xm +++ b/Settings.xm @@ -75,16 +75,6 @@ extern NSBundle *uYouPlusBundle(); } settingItemId:0], - [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Disable double tap to seek (Legacy)") - titleDescription:LOC(@"use this if the option above does not work.") - accessibilityIdentifier:nil - switchOn:IsEnabled(@"disableDoubleTapToSkipLegacy_enabled") - switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) { - [[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"disableDoubleTapToSkipLegacy_enabled"]; - return YES; - } - settingItemId:0], - [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"SNAP_TO_CHAPTER") titleDescription:LOC(@"SNAP_TO_CHAPTER_DESC") accessibilityIdentifier:nil