mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-01-11 22:40:20 +00:00
Fix build error
This commit is contained in:
parent
762cd8f618
commit
f64aab1b58
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ BOOL isTabSelected = NO;
|
|||
[self removeFromSuperview];
|
||||
}
|
||||
// Live chat OLED dark mode - @bhackel
|
||||
if (([[YTLUserDefaults standardUserDefaults] boolForKey:@"oledTheme"] // YTLite OLED Theme
|
||||
if (([[%c(YTLUserDefaults) standardUserDefaults] boolForKey:@"oledTheme"] // YTLite OLED Theme
|
||||
|| [[NSUserDefaults standardUserDefaults] integerForKey:@"appTheme"] == 1 // YTLitePlus OLED Theme
|
||||
) && [self.accessibilityIdentifier isEqualToString:@"eml.live_chat_text_message"]) {
|
||||
self.backgroundColor = [UIColor blackColor];
|
||||
|
|
|
|||
Loading…
Reference in a new issue