small change.

This commit is contained in:
2025-06-19 22:31:34 +08:00
parent 182f8faad5
commit a8a9c43f8d
2 changed files with 4 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ void TransForm::handleFailed()
void TransForm::handleDone()
{
ui->progressBar->setValue(0);
ui->progressBar->setValue(100);
}
void TransForm::handleUI(const TransTask& task)