Update Settings.xm

This commit is contained in:
arichorn 2023-09-05 22:14:06 -05:00 committed by GitHub
parent 359ce0e29d
commit 65d96a84e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -318,7 +318,7 @@ extern NSBundle *uYouPlusBundle();
accessibilityIdentifier:nil
switchOn:IsEnabled(@"hideSubcriptions_enabled")
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"hideSubcriptions_enabled"];
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"hideSubscriptions_enabled"];
return YES;
}
settingItemId:0],