optimize(*): move App.Launcher.GetPopupManager to App.GetPopupManager

This commit is contained in:
leo 2020-08-05 09:32:24 +08:00
parent 3c24eaa6a7
commit 5066b974a1
34 changed files with 126 additions and 133 deletions

View file

@ -23,7 +23,7 @@ namespace SourceGit.UI {
/// <param name="job"></param>
public static void Show(Git.Repository repo, Action job) {
var dialog = new Waiting();
var popup = App.Launcher.GetPopupManager(repo);
var popup = App.GetPopupManager(repo);
popup?.Show(dialog);
popup?.Lock();