refactor(PopupManager): rewrite popup

This commit is contained in:
leo 2020-08-06 15:41:25 +08:00
parent 28e3a1bb27
commit 7558bbd4f2
34 changed files with 183 additions and 221 deletions

View file

@ -959,7 +959,7 @@ namespace SourceGit.UI {
sub.Name = Path.GetFileName(path);
sub.Parent = repo;
if (!(App.Current.MainWindow as Launcher).GotoRepo(sub)) sub.Open();
if (!sub.BringUpTab()) sub.Open();
}
#endregion