Update uYouPlus.xm

This commit is contained in:
arichornlover 2023-11-08 01:23:30 -06:00 committed by GitHub
parent 1cf8221c8d
commit f516ddeca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1409,9 +1409,6 @@ static void replaceTab(YTIGuideResponse *response) {
// Change the default value of some options
NSArray *allKeys = [[[NSUserDefaults standardUserDefaults] dictionaryRepresentation] allKeys];
if (![[NSUserDefaults standardUserDefaults] objectForKey:@"defaultYouTubeLogo_enabled"]) {
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"defaultYouTubeLogo_enabled"];
}
if (![allKeys containsObject:@"hidePlayNextInQueue_enabled"]) {
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"hidePlayNextInQueue_enabled"];
}