Revert "translates only the selected thread"
This reverts commit 66b3c9a023
.
This commit is contained in:
parent
07dbc2b578
commit
337ea0ea40
@ -162,7 +162,7 @@ private:
|
||||
|
||||
bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo)
|
||||
{
|
||||
if (!sentenceInfo["current select"] || sentenceInfo["text number"] == 0 || sentence.size() > maxSentenceSize) return false;
|
||||
if (sentenceInfo["text number"] == 0 || sentence.size() > maxSentenceSize) return false;
|
||||
|
||||
static class
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user