From 49777351e00aab3ef48eeabb48e0ffa86c39c8e0 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:24:44 -0600 Subject: [PATCH] Rename to `Disable Ambient Mode in Fullscreen` I changed the title to this because it only turns off Ambient Mode when in Fullscreen. --- Settings.xm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Settings.xm b/Settings.xm index 8b33d55..272668a 100644 --- a/Settings.xm +++ b/Settings.xm @@ -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) {