mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 13:45:00 +00:00
feature<SaveAsPatch>: show notification after saving patch successfully
This commit is contained in:
parent
a1bfbfe02e
commit
0a7a0bff42
8 changed files with 28 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue