Skip to content

Commit a035e62

Browse files
committed
ux: default avatar for [email protected]
Signed-off-by: leo <[email protected]>
1 parent ea1159c commit a035e62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Models/AvatarManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public void Start()
4949
Directory.CreateDirectory(_storePath);
5050

5151
LoadDefaultAvatar("[email protected]", "github.png");
52+
LoadDefaultAvatar("[email protected]", "github.png");
5253
LoadDefaultAvatar("github-actions[bot]@users.noreply.github.com", "github.png");
5354
LoadDefaultAvatar("[email protected]", "unreal.png");
5455

0 commit comments

Comments
 (0)