Revert "Last modification removed because I didn't realize that it's managed by the flag"

This reverts commit 0e9d3a9085.
This commit is contained in:
Chenx221 2024-09-05 14:56:25 +08:00
parent 8ad82f0467
commit 07dbc2b578

View File

@ -162,7 +162,7 @@ private:
bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo)
{
if (sentenceInfo["text number"] == 0) return false;
if (!sentenceInfo["current select"] || sentenceInfo["text number"] == 0 || sentence.size() > maxSentenceSize) return false;
static class
{