mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 05:35:00 +00:00
enhance: avoid refetch avatar for noreply@github.com
This commit is contained in:
parent
a7ea61f9af
commit
0450931655
2 changed files with 3 additions and 3 deletions
|
@ -39,10 +39,7 @@ namespace SourceGit.Views
|
|||
refetch.Click += (_, _) =>
|
||||
{
|
||||
if (User != null)
|
||||
{
|
||||
Models.AvatarManager.Request(User.Email, true);
|
||||
InvalidateVisual();
|
||||
}
|
||||
};
|
||||
|
||||
ContextMenu = new ContextMenu();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue