mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:25:52 +02:00
Fix recovery filename not being reset when recovery complete
This commit is contained in:
parent
41d7d7efbb
commit
a2072062f1
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ bool DomainContentBackupManager::process() {
|
||||||
|
|
||||||
if (!isStillRecovering) {
|
if (!isStillRecovering) {
|
||||||
_isRecovering = false;
|
_isRecovering = false;
|
||||||
|
_recoveryFilename = "";
|
||||||
emit recoveryCompleted();
|
emit recoveryCompleted();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue