Add search and quick filters to walkthrough

This commit is contained in:
Mbucari 2023-03-28 12:30:05 -06:00
parent 00cf7693d5
commit 2afb5365dd
8 changed files with 308 additions and 61 deletions

View file

@ -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;