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

@ -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) {