Update Settings.xm

This commit is contained in:
arichornlover 2023-11-17 22:21:50 -06:00 committed by GitHub
parent 6763948779
commit 8d56ee85c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1792,8 +1792,8 @@ extern NSBundle *uYouPlusBundle();
}
settingItemId:0],
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Subscriptions Notification Badge")
titleDescription:LOC(@"Hides the Red Notification Badge shown in the Pivot Bar of the Subscriptions Tab.")
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Indicators")
titleDescription:LOC(@"Hides all Indicators that were in the App.")
accessibilityIdentifier:nil
switchOn:IsEnabled(@"hideSubscriptionsNotificationBadge_enabled")
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {