From 0fcfe4f858a81cf87754aceb1c3506fb053c12b2 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Fri, 12 Jan 2024 00:20:50 -0600 Subject: [PATCH] Update Settings.xm --- Settings.xm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Settings.xm b/Settings.xm index 2b2bf33..e7006ab 100644 --- a/Settings.xm +++ b/Settings.xm @@ -272,7 +272,7 @@ extern NSBundle *uYouPlusBundle(); detailTextBlock:^NSString *() { switch (contrastMode()) { case 1: - return LOC(@"Hex Color"); // Hex Color is in WIP for v19.xx.x-3.0.1 release + return LOC(@"Custom Color"); case 0: default: return LOC(@"Default"); @@ -285,7 +285,7 @@ extern NSBundle *uYouPlusBundle(); [settingsViewController reloadData]; return YES; }], - [YTSettingsSectionItemClass checkmarkItemWithTitle:LOC(@"Hex Color") titleDescription:nil selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) { + [YTSettingsSectionItemClass checkmarkItemWithTitle:LOC(@"Custom Color") titleDescription:nil selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) { [[NSUserDefaults standardUserDefaults] setInteger:1 forKey:@"lcm"]; [settingsViewController reloadData]; return YES;