mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +00:00
Remove Duplicated Option
This commit is contained in:
parent
b3bca9a200
commit
00e43bcce2
1 changed files with 0 additions and 10 deletions
10
Settings.xm
10
Settings.xm
|
|
@ -75,16 +75,6 @@ extern NSBundle *uYouPlusBundle();
|
||||||
}
|
}
|
||||||
settingItemId:0],
|
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")
|
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"SNAP_TO_CHAPTER")
|
||||||
titleDescription:LOC(@"SNAP_TO_CHAPTER_DESC")
|
titleDescription:LOC(@"SNAP_TO_CHAPTER_DESC")
|
||||||
accessibilityIdentifier:nil
|
accessibilityIdentifier:nil
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue