This commit is contained in:
Wyatt Miller 2018-12-09 15:02:26 -05:00
parent df80eb4d75
commit c34db179dc
3 changed files with 2 additions and 3 deletions

Binary file not shown.

View File

@ -51,8 +51,6 @@ namespace DeskHubSharp
txtblk_stargazers.Text = $"This repo has {_repoDetail.stargazers_count} stargazers.";
txtblk_watchers.Text = $"This repo has {_repoDetail.watchers_count} watchers.";
txtblk_forks.Text = $"This repo has {_repoDetail.forks_count} forks.";
}
private void btn_close_Click(object sender, RoutedEventArgs e)
@ -66,6 +64,7 @@ namespace DeskHubSharp
{
ErrorWindow err = new ErrorWindow();
err.txtblk_error.Text = "Please select a branch to clone.";
err.ShowDialog();
}
else
{

View File

@ -50,7 +50,7 @@ namespace DeskHubSharp
}
catch (ArgumentOutOfRangeException)
{
ShowErrorMessage("MEME REVIEW!");
ShowErrorMessage("Please search for a user with the Search button!");
}
}