mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Migrates all legacy accounts.
Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
parent
e2bd6e506f
commit
5e1d2a7dac
1 changed files with 3 additions and 2 deletions
|
@ -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 a new issue