feat: Modify the prompt after scanning one side.

This commit is contained in:
sunwen
2024-09-19 16:59:52 +08:00
parent 94b199533d
commit 76c4fdf66a
3 changed files with 42 additions and 28 deletions

View File

@@ -439,7 +439,8 @@ void DeviceManager::prepareFinishScan(bool isNormalFinish, const QString& aReaso
if(isCompleteNotify)
{
QString msg = tr("Scan completed!");
QString msg = ScanProcessSequence::getInstance()->getScanPositionSize() == 2 ? tr("Scan completed! Please prepare for the next scan. \nAfter lying down, click the confirm button"
"to start scanning on the next side.") : tr("Scan completed!") ;
TRIGGER_EVENT(InvokeOperationEnd, nullptr, (QObject *)&msg);
}
else