mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-13 11:26:05 +00:00
Always use dark mode on tvOS
This commit is contained in:
@@ -42,9 +42,7 @@ static const int LABEL_DY = 20;
|
||||
_hostButton.layer.shadowOpacity = 0.3;
|
||||
|
||||
_hostLabel = [[UILabel alloc] init];
|
||||
#if !TARGET_OS_TV
|
||||
_hostLabel.textColor = [UIColor whiteColor];
|
||||
#endif
|
||||
|
||||
_hostOverlay = [[UIImageView alloc] initWithFrame:CGRectMake(_hostButton.frame.size.width / 3, _hostButton.frame.size.height / 4, _hostButton.frame.size.width / 3, _hostButton.frame.size.height / 3)];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user