feat: Add start scan process without recon connect while configured.
This commit is contained in:
@@ -100,6 +100,7 @@ void JsonObject::init()
|
||||
{
|
||||
mReconTransferPath.chop(1);
|
||||
}
|
||||
mScanCanWithoutRecon = getBool("recon", "scancanwithoutrecon");
|
||||
|
||||
mMppsHost.ae = QString(getJsonString("mpps", "ae"));
|
||||
mMppsHost.ip = QString(getJsonString("mpps", "ip"));
|
||||
@@ -659,3 +660,8 @@ QString JsonObject::getReconTransferPath()
|
||||
{
|
||||
return mReconTransferPath;
|
||||
}
|
||||
|
||||
bool JsonObject::getScanCanWithoutRecon()
|
||||
{
|
||||
return mScanCanWithoutRecon;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user