Skip to content

Commit

Permalink
Migrates all legacy accounts.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila <hello@camila.codes>
  • Loading branch information
Camila committed Sep 13, 2023
1 parent 51bb960 commit 9948799
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/gui/accountmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,11 @@ bool AccountManager::restoreFromLegacySettings()
addAccount(acc);
QMessageBox::information(nullptr,
tr("Legacy import"),
tr("Successfully imported account from legacy client: %1").arg(acc->prettyName()));
return true;
tr("Successfully imported account from legacy client: %1").arg(acc->prettyName()));
}
settings->endGroup();
}
return true;
}

QMessageBox::information(nullptr,
Expand Down

0 comments on commit 9948799

Please sign in to comment.