Fix dialog message after stoped.

This commit is contained in:
sunwen
2023-09-25 13:57:31 +08:00
parent 2045ee88b2
commit b9e122351c

View File

@@ -379,7 +379,7 @@ void DeviceManager::stopFullScan()
return;
}
prepareFinishScan(false, "Scan stoped!");
prepareFinishScan(false, "");
}
void DeviceManager::stopPreviewScan()