mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Update Settings.xm
This commit is contained in:
parent
6763948779
commit
8d56ee85c8
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue