hanbdle disabled tasks

This commit is contained in:
Richard Frith-Macdonald 2019-02-08 11:43:57 +00:00
parent 29d4f167c6
commit 17e4f1d0bd

View file

@ -2164,6 +2164,10 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
}
}
}
else
{
[toTry removeObject: key]; // Disabled
}
}
else
{