mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-18 04:51:41 +00:00
Updated YTNoModernUI Localizations
YTNoModernUI has updated localization because YTNoModernUI’s functionality has been completely changed.
This commit is contained in:
parent
78c2ddaaea
commit
6f4f979a2d
1 changed files with 4 additions and 4 deletions
|
|
@ -1583,8 +1583,8 @@ extern NSBundle *uYouPlusBundle();
|
|||
}
|
||||
settingItemId:0],
|
||||
|
||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Remove Modern Interface (YTNoModernUI)")
|
||||
titleDescription:LOC(@"Toggle this on to remove any Modern Element added to YouTube. Removes Ambient Mode, Rounded Design & More. App restart is required.")
|
||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Remove the Modern UI (YTNoModernUI)")
|
||||
titleDescription:LOC(@"When Enabled, this will remove any modern element added to YouTube such as Rounded Buttons, Rounded Hints, Fixes LowContrastMode functionality. App restart is required.")
|
||||
accessibilityIdentifier:nil
|
||||
switchOn:IsEnabled(@"ytNoModernUI_enabled")
|
||||
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
||||
|
|
@ -1643,8 +1643,8 @@ extern NSBundle *uYouPlusBundle();
|
|||
}
|
||||
settingItemId:0],
|
||||
|
||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Header Links under Channel Profile")
|
||||
titleDescription:LOC(@"Hides the Header Links under any Channel Profile.")
|
||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Header Links under channel profile")
|
||||
titleDescription:LOC(@"Hides the Header Links under any channel profile.")
|
||||
accessibilityIdentifier:nil
|
||||
switchOn:IsEnabled(@"hideChannelHeaderLinks_enabled")
|
||||
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue