From efe8670c515a63632ab1539e388914e8bf7d374c Mon Sep 17 00:00:00 2001 From: qnblackcat Date: Thu, 28 Apr 2022 21:50:52 +0700 Subject: [PATCH] update description --- Settings.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Settings.xm b/Settings.xm index 26d25a0..f7b3ebe 100644 --- a/Settings.xm +++ b/Settings.xm @@ -99,7 +99,7 @@ extern BOOL castConfirm(); }; [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.switchVisible = YES; Oleditem.on = [[NSUserDefaults standardUserDefaults] boolForKey:@"oled_enabled"];