feature<SaveAsPatch>: show notification after saving patch successfully

This commit is contained in:
leo 2023-08-24 16:20:38 +08:00
parent a1bfbfe02e
commit 0a7a0bff42
8 changed files with 28 additions and 10 deletions

View file

@ -107,7 +107,6 @@ namespace SourceGit.Views.Widgets {
Models.Preference.Instance.RemoveRepository(repo.Path);
UpdateVisibles();
});
confirmDialog.Owner = App.Current.MainWindow;
confirmDialog.ShowDialog();
e.Handled = true;
}