fix:处理文件过多时的卡顿的情况。

This commit is contained in:
2025-11-16 16:43:40 +08:00
parent 08609905c5
commit 466b012b4f
3 changed files with 17 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ private:
ClientCore* cliCore_;
QMutex cbMut_;
QMutex tbMut_;
bool userScrol_{};
QVector<QString> drivers_;
QSet<QString> fileTypes_;
QSet<QString> curSelectTypes_;