mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Migrates all legacy accounts.
Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
parent
e2bd6e506f
commit
5e1d2a7dac
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user