fix: Set scan protocol right error.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user