Skip to content

Commit

Permalink
Merge pull request #50 from nzbr/ui
Browse files Browse the repository at this point in the history
Minor UI behavior changes
  • Loading branch information
denverquane authored Oct 10, 2020
2 parents 3328b37 + 7f0f2c7 commit f8158a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions AmongUsCapture/UserForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions AmongUsCapture/UserForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,10 @@ private void GameStateChangedHandler(object sender, GameStateChangedEventArgs e)
private void ConnectButton_Click(object sender, EventArgs e)
{

ConnectCodeBox.Enabled = false;
/*ConnectCodeBox.Enabled = false;
ConnectButton.Enabled = false;
URLTextBox.Enabled = false;
URLTextBox.Enabled = false;*/
ConnectCodeBox.Clear();

var url = "http://localhost:8123";
if (URLTextBox.Text != "")
Expand Down

0 comments on commit f8158a7

Please sign in to comment.