Revert "Added count of items removed from library."
This reverts commit 771d992da7.
This commit is contained in:
parent
771d992da7
commit
35fc3581b3
4 changed files with 10 additions and 14 deletions
|
|
@ -284,9 +284,8 @@ namespace LibationWinForms
|
|||
|
||||
var totalProcessed = dialog.TotalBooksProcessed;
|
||||
var newAdded = dialog.NewBooksAdded;
|
||||
var oldRemoved = dialog.OldBooksRemoved;
|
||||
|
||||
MessageBox.Show($"Total processed: {totalProcessed}\r\nNew: {newAdded}\r\nRemoved: {oldRemoved}");
|
||||
MessageBox.Show($"Total processed: {totalProcessed}\r\nNew: {newAdded}");
|
||||
|
||||
if (totalProcessed > 0)
|
||||
reloadGrid();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue