From d8858c92aa91e286bec4a88342287e52a7afa6ea Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:09:42 -0600 Subject: [PATCH] =?UTF-8?q?Fixed=20=E2=80=9CuYouPlusExtra=20Logo=E2=80=9D?= =?UTF-8?q?=20Toggle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I saw a mistake in the option and since it’s been fixed, the option should work now. --- Settings.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Settings.xm b/Settings.xm index 63ff58b..cce3976 100644 --- a/Settings.xm +++ b/Settings.xm @@ -1566,7 +1566,7 @@ extern NSBundle *uYouPlusBundle(); [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"uYouPlusExtra Logo") titleDescription:LOC(@"Toggle this to replace the YouTube Logo with the uYouPlusExtra Logo. App restart is required.") accessibilityIdentifier:nil - switchOn:IsEnabled(@"ytStartupAnimation_enabled") + switchOn:IsEnabled(@"defaultYouTubeLogo_enabled") switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) { [[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"defaultYouTubeLogo_enabled"]; return YES;