Attempt to fix Apple's concerns about cloud streaming

This commit is contained in:
Cameron Gutman
2020-06-05 16:03:38 -07:00
parent 059a943a3d
commit 39c03bc8a8
2 changed files with 21 additions and 6 deletions

View File

@@ -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"]];