mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 02:32:43 +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) {
|
||||
_isRecovering = false;
|
||||
_recoveryFilename = "";
|
||||
emit recoveryCompleted();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue