From 2215e3bd5f04d3f414786bbbe25f27b007b7c85c Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Thu, 7 Sep 2023 19:43:43 -0500 Subject: [PATCH] Update Settings.xm --- Settings.xm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Settings.xm b/Settings.xm index 4b6b449..be62689 100644 --- a/Settings.xm +++ b/Settings.xm @@ -1581,16 +1581,6 @@ extern NSBundle *uYouPlusBundle(); } settingItemId:0], - [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Enable MrBeastify") - titleDescription:LOC(@"Not Recommended unless you want in Thumbnails like this.") - accessibilityIdentifier:nil - switchOn:IsEnabled(@"flex_enabled") - switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) { - [[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"mrBeastify_enabled"]; - return YES; - } - settingItemId:0], - [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"ENABLE_FLEX") titleDescription:LOC(@"ENABLE_FLEX_DESC") accessibilityIdentifier:nil