mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 10:43:45 +02:00
set recovery filename during domain content archive recovery
This commit is contained in:
parent
1251328d2b
commit
3e4375b1e6
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ bool DomainContentBackupManager::recoverFromBackupZip(const QString& backupName,
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
_isRecovering = true;
|
_isRecovering = true;
|
||||||
|
_recoveryFilename = backupName;
|
||||||
|
|
||||||
for (auto& handler : _backupHandlers) {
|
for (auto& handler : _backupHandlers) {
|
||||||
handler->recoverBackup(backupName, zip);
|
handler->recoverBackup(backupName, zip);
|
||||||
|
|
Loading…
Reference in a new issue