Migrates all legacy accounts.

Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
Camila 2023-09-12 14:54:31 +02:00
parent e2bd6e506f
commit 5e1d2a7dac

View file

@ -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,