mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Set discovered legacy config file path during account migration
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
6cd68b8632
commit
081871d792
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ bool AccountManager::restoreFromLegacySettings()
|
|||
settings = std::move(oCSettings);
|
||||
}
|
||||
|
||||
ConfigFile::setDiscoveredLegacyConfigPath(configFileInfo.canonicalPath());
|
||||
break;
|
||||
} else {
|
||||
qCInfo(lcAccountManager) << "Migrate: could not read old config " << configFile;
|
||||
|
|
Loading…
Reference in a new issue