Update Settings.xm

This commit is contained in:
arichorn 2023-09-07 19:43:43 -05:00 committed by GitHub
parent c27a33ccff
commit 2215e3bd5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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