mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 19:12:06 +00:00
Update uYouPlusSettings.xm
This commit is contained in:
parent
9a1349f7ca
commit
43fadd8582
1 changed files with 3 additions and 1 deletions
|
|
@ -318,7 +318,9 @@ YTSettingsSectionItem *lowContrastMode = [YTSettingsSectionItemClass
|
|||
return NO;
|
||||
}
|
||||
}
|
||||
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"lowContrastMode_enabled"];
|
||||
if (IS_ENABLED(@"fixLowContrastMode_enabled")) {
|
||||
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"lowContrastMode_enabled"];
|
||||
}
|
||||
[settingsViewController reloadData];
|
||||
SHOW_RELAUNCH_YT_SNACKBAR;
|
||||
return YES;
|
||||
|
|
|
|||
Loading…
Reference in a new issue