Skip to content

Commit c16946c

Browse files
committed
Fix an issue where avatar menu wouldn't load properly (fix #4203)
1 parent 89450a4 commit c16946c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/UniGetUI/Services/UserAvatar.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ private PointButton GenerateLoginControl()
169169

170170
private async Task<PointButton> GenerateLogoutControl()
171171
{
172+
await Task.Run(CoreTools.WaitForInternetConnection);
172173
User user;
173174
try
174175
{

0 commit comments

Comments
 (0)