Revert "translates only the selected thread"

This reverts commit 66b3c9a023.
This commit is contained in:
Chenx221 2024-09-05 14:56:31 +08:00
parent 07dbc2b578
commit 337ea0ea40

View File

@ -162,7 +162,7 @@ private:
bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo) 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 static class
{ {