mirror of https://github.com/quasar/Quasar.git
Un-did my accident change
This commit is contained in:
parent
419cc4f3eb
commit
4d0ae7bca0
|
@ -647,6 +647,7 @@ private void ctxtLocalFile_Click(object sender, EventArgs e)
|
||||||
foreach (Client c in GetSelectedClients())
|
foreach (Client c in GetSelectedClients())
|
||||||
{
|
{
|
||||||
if (c == null) continue;
|
if (c == null) continue;
|
||||||
|
if(error) continue;
|
||||||
|
|
||||||
FileSplit srcFile = new FileSplit(UploadAndExecute.FilePath);
|
FileSplit srcFile = new FileSplit(UploadAndExecute.FilePath);
|
||||||
if (srcFile.MaxBlocks < 0)
|
if (srcFile.MaxBlocks < 0)
|
||||||
|
@ -657,8 +658,6 @@ private void ctxtLocalFile_Click(object sender, EventArgs e)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(error) continue;
|
|
||||||
|
|
||||||
int id = FileHelper.GetNewTransferId();
|
int id = FileHelper.GetNewTransferId();
|
||||||
|
|
||||||
CommandHandler.HandleSetStatus(c,
|
CommandHandler.HandleSetStatus(c,
|
||||||
|
|
Loading…
Reference in New Issue