Add search and quick filters to walkthrough
This commit is contained in:
parent
00cf7693d5
commit
2afb5365dd
8 changed files with 308 additions and 61 deletions
|
|
@ -28,7 +28,7 @@ namespace LibationWinForms
|
|||
: $"Scanning {accountsLength} accounts...";
|
||||
}
|
||||
|
||||
private void LibraryCommands_ScanEnd(object sender, EventArgs e)
|
||||
private void LibraryCommands_ScanEnd(object sender, int newCount)
|
||||
{
|
||||
removeLibraryBooksToolStripMenuItem.Enabled = true;
|
||||
removeAllAccountsToolStripMenuItem.Enabled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue