refactor: update submodule (#287)

This commit is contained in:
leo 2024-07-26 18:49:07 +08:00
parent 58c685627f
commit 7bfb684bde
No known key found for this signature in database
7 changed files with 127 additions and 17 deletions

View file

@ -863,7 +863,7 @@ namespace SourceGit.ViewModels
public void UpdateSubmodules()
{
if (PopupHost.CanCreatePopup())
PopupHost.ShowAndStartPopup(new UpdateSubmodules(this));
PopupHost.ShowPopup(new UpdateSubmodules(this));
}
public void OpenSubmodule(string submodule)