Changes discussed in email
This commit is contained in:
parent
109ce0dd1f
commit
843fddabde
6 changed files with 90 additions and 58 deletions
|
|
@ -61,7 +61,10 @@ namespace LibationWinForms
|
|||
}
|
||||
|
||||
private async void liberateVisible(object sender, EventArgs e)
|
||||
=> await Task.Run(() => processBookQueue1.AddDownloadDecrypt(productsGrid.GetVisible()));
|
||||
{
|
||||
SetQueueCollapseState(false);
|
||||
await Task.Run(() => processBookQueue1.AddDownloadDecrypt(productsGrid.GetVisible()));
|
||||
}
|
||||
|
||||
private void replaceTagsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue