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

@ -254,10 +254,11 @@ bool AccountManager::restoreFromLegacySettings()
QMessageBox::information(nullptr,
tr("Legacy import"),
tr("Successfully imported account from legacy client: %1").arg(acc->prettyName()));
}
settings->endGroup();
}
return true;
}
}
}
QMessageBox::information(nullptr,
tr("Legacy import"),