mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:48:45 -04:00
Fix build error
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user