mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +00:00
Update Settings.xm
This commit is contained in:
parent
359ce0e29d
commit
65d96a84e1
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ extern NSBundle *uYouPlusBundle();
|
||||||
accessibilityIdentifier:nil
|
accessibilityIdentifier:nil
|
||||||
switchOn:IsEnabled(@"hideSubcriptions_enabled")
|
switchOn:IsEnabled(@"hideSubcriptions_enabled")
|
||||||
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
||||||
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"hideSubcriptions_enabled"];
|
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"hideSubscriptions_enabled"];
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
settingItemId:0],
|
settingItemId:0],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue