mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +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;
|
||||
} else {
|
||||
_isRecovering = true;
|
||||
_recoveryFilename = backupName;
|
||||
|
||||
for (auto& handler : _backupHandlers) {
|
||||
handler->recoverBackup(backupName, zip);
|
||||
|
|
Loading…
Reference in a new issue