mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-20 21:22:46 +00:00
update description
This commit is contained in:
parent
fb5781865c
commit
efe8670c51
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ extern BOOL castConfirm();
|
||||||
};
|
};
|
||||||
[sectionItems insertObject:hideHUD atIndex:statsForNerdsIndex + 1];
|
[sectionItems insertObject:hideHUD atIndex:statsForNerdsIndex + 1];
|
||||||
//
|
//
|
||||||
YTSettingsSectionItem *Oleditem = [[%c(YTSettingsSectionItem) alloc] initWithTitle:@"OLED Dark mode (Experimental)" titleDescription:@"WARNING: OLED Dark mode only works when YouTube is in Dark theme. App restart is required."];
|
YTSettingsSectionItem *Oleditem = [[%c(YTSettingsSectionItem) alloc] initWithTitle:@"OLED Dark mode (Experimental)" titleDescription:@"WARNING: OLED Dark mode only works when YouTube is in Dark theme. App restart is required (In case OLED dark mode doesn't work: just switch between Light/Dark theme, then restart the app)."];
|
||||||
Oleditem.hasSwitch = YES;
|
Oleditem.hasSwitch = YES;
|
||||||
Oleditem.switchVisible = YES;
|
Oleditem.switchVisible = YES;
|
||||||
Oleditem.on = [[NSUserDefaults standardUserDefaults] boolForKey:@"oled_enabled"];
|
Oleditem.on = [[NSUserDefaults standardUserDefaults] boolForKey:@"oled_enabled"];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue