This commit is contained in:
parent
fff7fe9ae9
commit
a818cf00e1
|
@ -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));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue