mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-07 00:16:13 +00:00
Now display "no host selected" in nav bar before selecting a host
This commit is contained in:
@@ -78,7 +78,7 @@ static StreamConfiguration* streamConfig;
|
||||
|
||||
- (void)showHostSelectionView {
|
||||
appList = [[NSArray alloc] init];
|
||||
_computerNameButton.title = @"";
|
||||
_computerNameButton.title = @"No Host Selected";
|
||||
[self.collectionView reloadData];
|
||||
[self.view addSubview:hostScrollView];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user