Skip to content

Commit 1ebfec4

Browse files
committed
Fix: Fixed issue where Git login prompt wasn't opening from settings
1 parent c6ad49c commit 1ebfec4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Files.App/ViewModels/Settings/GitViewModel.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ public void DoRemoveCredentials()
3737
public async void DoConnectToGitHubAsync()
3838
{
3939
UIHelpers.CloseAllDialogs();
40+
41+
await Task.Delay(500);
42+
4043
await GitHelpers.RequireGitAuthenticationAsync();
4144
}
4245
}

0 commit comments

Comments
 (0)