mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:03 -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
	 Bryce Hackel
					Bryce Hackel