Many issues have been optimized and fixed

This commit is contained in:
QIDI TECH
2024-10-25 14:49:26 +08:00
parent b907b14a6c
commit 4514d58c47
26 changed files with 432 additions and 220 deletions

View File

@@ -760,6 +760,8 @@ public:
};
std::atomic<bool> m_arrange_running{false};
void resetUploadCount();
private:
struct priv;
std::unique_ptr<priv> p;