Merge remote-tracking branch 'origin/setupBranch' into setupBranch

This commit is contained in:
Lars
2020-10-20 16:38:59 +02:00
8 changed files with 62 additions and 21 deletions

View File

@@ -37,7 +37,6 @@ namespace Client
if(lobbySelected != null)
{
testLabel.Content = lobbySelected.ID;
usernameTextbox.IsEnabled = false;
colorSelection.IsEnabled = false;
joinButton.IsEnabled = false;
hostButton.IsEnabled = false;