mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-12 10:56:14 +00:00
Attempt to fix Apple's concerns about cloud streaming
This commit is contained in:
@@ -109,7 +109,7 @@ static const int LABEL_DY = 20;
|
||||
[self addTarget:self action:@selector(addClicked) forControlEvents:UIControlEventTouchUpInside];
|
||||
}
|
||||
|
||||
[_hostLabel setText:@"Add Host"];
|
||||
[_hostLabel setText:@"Add Host Manually"];
|
||||
[_hostLabel sizeToFit];
|
||||
|
||||
[_hostOverlay setImage:[UIImage imageNamed:@"AddOverlayIcon"]];
|
||||
|
||||
Reference in New Issue
Block a user