This commit is contained in:
zhaominyong 2022-01-25 16:23:42 +08:00
parent fff7fe9ae9
commit a818cf00e1
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ void UDiskSystemBackupProxy::doMksqushfs()
// 开始备份 // 开始备份
doBackup(); doBackup();
} else { } else {
m_isFinished = true;
emit checkResult(int(BackupResult::MKSQUASHFS_DO_FAIL)); emit checkResult(int(BackupResult::MKSQUASHFS_DO_FAIL));
} }
}); });