mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-08 16:56:03 +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