Revert "Use new ProcessQueue"
This reverts commit 9b5df99a618b512517ea2ac90f3f0a033318ec3f.
This commit is contained in:
parent
9b5df99a61
commit
e51c30462f
@ -63,7 +63,8 @@ namespace LibationWinForms
|
||||
}
|
||||
|
||||
private async void liberateVisible(object sender, EventArgs e)
|
||||
=> await Task.Run(() => processBookQueue1.AddDownloadDecrypt(productsGrid.GetVisible()));
|
||||
=> await BookLiberation.ProcessorAutomationController.BackupAllBooksAsync(productsGrid.GetVisible());
|
||||
|
||||
private void replaceTagsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
var dialog = new TagsBatchDialog();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user