Fix recovery filename not being reset when recovery complete

This commit is contained in:
Ryan Huffman 2018-02-16 14:33:33 -08:00
parent 41d7d7efbb
commit a2072062f1

View file

@ -160,6 +160,7 @@ bool DomainContentBackupManager::process() {
if (!isStillRecovering) {
_isRecovering = false;
_recoveryFilename = "";
emit recoveryCompleted();
}
}