Rename to Disable Ambient Mode in Fullscreen

I changed the title to this because it only turns off Ambient Mode when in Fullscreen.
This commit is contained in:
arichornlover 2023-11-30 21:24:44 -06:00 committed by GitHub
parent 0b113fc70a
commit 49777351e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1714,8 +1714,8 @@ extern NSBundle *uYouPlusBundle();
}
settingItemId:0],
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Disable Ambient Mode")
titleDescription:LOC(@"When Enabled, this will Disable the functionality of Ambient Mode in the Video Player and even in Fullscreen. App restart is required.")
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Disable Ambient Mode in Fullscreen")
titleDescription:LOC(@"When Enabled, this will Disable the functionality of Ambient Mode from being used in the Video Player when in Fullscreen. App restart is required.")
accessibilityIdentifier:nil
switchOn:IsEnabled(@"disableAmbientMode_enabled")
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {