fix: down remote file error.

This commit is contained in:
2025-06-20 09:45:39 +08:00
parent a8a9c43f8d
commit 32b206c2f5
11 changed files with 99 additions and 19 deletions

View File

@@ -139,6 +139,10 @@ void ClientCore::UseFrame(QSharedPointer<FrameBuffer> frame)
emit sigTransFailed(frame);
break;
}
case FBT_CLI_FILE_INFO: {
emit sigFileInfo(frame);
break;
}
default:
qCritical() << QString("unknown frame type: %1").arg(frame->type);
break;