commit
f8293e85c6
Binary file not shown.
@ -51,8 +51,6 @@ namespace DeskHubSharp
|
|||||||
txtblk_stargazers.Text = $"This repo has {_repoDetail.stargazers_count} stargazers.";
|
txtblk_stargazers.Text = $"This repo has {_repoDetail.stargazers_count} stargazers.";
|
||||||
txtblk_watchers.Text = $"This repo has {_repoDetail.watchers_count} watchers.";
|
txtblk_watchers.Text = $"This repo has {_repoDetail.watchers_count} watchers.";
|
||||||
txtblk_forks.Text = $"This repo has {_repoDetail.forks_count} forks.";
|
txtblk_forks.Text = $"This repo has {_repoDetail.forks_count} forks.";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void btn_close_Click(object sender, RoutedEventArgs e)
|
private void btn_close_Click(object sender, RoutedEventArgs e)
|
||||||
@ -66,6 +64,7 @@ namespace DeskHubSharp
|
|||||||
{
|
{
|
||||||
ErrorWindow err = new ErrorWindow();
|
ErrorWindow err = new ErrorWindow();
|
||||||
err.txtblk_error.Text = "Please select a branch to clone.";
|
err.txtblk_error.Text = "Please select a branch to clone.";
|
||||||
|
err.ShowDialog();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -50,7 +50,7 @@ namespace DeskHubSharp
|
|||||||
}
|
}
|
||||||
catch (ArgumentOutOfRangeException)
|
catch (ArgumentOutOfRangeException)
|
||||||
{
|
{
|
||||||
ShowErrorMessage("MEME REVIEW!");
|
ShowErrorMessage("Please search for a user with the Search button!");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user