fix: Set scan protocol right error.

This commit is contained in:
sunwen
2024-07-19 15:35:20 +08:00
parent 34b55f6171
commit d9b903e1e3

View File

@@ -61,7 +61,7 @@ int GetProtocalHelper::switchProtocalStringToProtocalInt(const QString& aPortoca
{
return 2;
}
else if(aPortocal == QObject::tr("LeftToRight"))
else if(aPortocal == QObject::tr("Right"))
{
return 3;
}