mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +00:00
Fixed “uYouPlusExtra Logo” Toggle
I saw a mistake in the option and since it’s been fixed, the option should work now.
This commit is contained in:
parent
df964d39c3
commit
d8858c92aa
1 changed files with 1 additions and 1 deletions
|
|
@ -1566,7 +1566,7 @@ extern NSBundle *uYouPlusBundle();
|
||||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"uYouPlusExtra Logo")
|
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"uYouPlusExtra Logo")
|
||||||
titleDescription:LOC(@"Toggle this to replace the YouTube Logo with the uYouPlusExtra Logo. App restart is required.")
|
titleDescription:LOC(@"Toggle this to replace the YouTube Logo with the uYouPlusExtra Logo. App restart is required.")
|
||||||
accessibilityIdentifier:nil
|
accessibilityIdentifier:nil
|
||||||
switchOn:IsEnabled(@"ytStartupAnimation_enabled")
|
switchOn:IsEnabled(@"defaultYouTubeLogo_enabled")
|
||||||
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
||||||
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"defaultYouTubeLogo_enabled"];
|
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"defaultYouTubeLogo_enabled"];
|
||||||
return YES;
|
return YES;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue