mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05: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
|
@ -396,6 +396,8 @@ namespace SourceGit.Views.Widgets {
|
|||
stream.Flush();
|
||||
writer.Close();
|
||||
stream.Close();
|
||||
|
||||
new ConfirmDialog(App.Text("Notice"), App.Text("SaveAsPatchSuccess")).ShowDialog();
|
||||
}
|
||||
|
||||
private void OpenUnstagedContextMenuByNodes(ContextMenu menu, List<ChangeNode> nodes, List<Models.Change> changes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue