mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-08 13:40:56 +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],
|
settingItemId:0],
|
||||||
|
|
||||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Subscriptions Notification Badge")
|
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Indicators")
|
||||||
titleDescription:LOC(@"Hides the Red Notification Badge shown in the Pivot Bar of the Subscriptions Tab.")
|
titleDescription:LOC(@"Hides all Indicators that were in the App.")
|
||||||
accessibilityIdentifier:nil
|
accessibilityIdentifier:nil
|
||||||
switchOn:IsEnabled(@"hideSubscriptionsNotificationBadge_enabled")
|
switchOn:IsEnabled(@"hideSubscriptionsNotificationBadge_enabled")
|
||||||
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue